Html Css Color HEX #699764 Hippie Green

📋 copy color: '#699764'

red 105 ◦ green 151 ◦ blue 100

#699764
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #699764

Tints of Hippie Green #699764

RGB

 RED value IS 105 (41.41% from 255) = 29.49%

 GREEN value IS 151 (59.38% from 255) = 42.42%

 BLUE value IS 100 (39.45% from 255) = 28.09%

R = 29.49%
G = 42.42%
B = 28.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#699764 (or 0x699764) is known color: Hippie Green. HEX triplet: 69, 97 and 64. RGB value is (105,151,100). Sum of RGB (Red+Green+Blue) = 105+151+100=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #699764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699764 is #96689B. Grayscale: #838383. Windows color (decimal): -9857180 or 6592361. OLE color: 6592361.

HSL color Cylindrical-coordinate representation of color #699764: hue angle of 114.12º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699764 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 100 -
CMYK 0.30 0 0.34 0.41
HSL 114.12º 0.2% 0.49% -
HSV(B) 114.12º 0.34% 0.59% -
XYZ 19.19 26.06 16.07 -
YUV 131.43 110.26 109.15 -
System Red Green Blue C M Y K H S L
Decimal 105 151 100 0.30 0 0.34 0.41 114.12 0.2 0.49
Hex 69 97 64 1E 0 22 29 72 14 31
Octal 151 227 144 36 0 42 51 162 24 61
Binary 1101001 10010111 1100100 11110 0 100010 101001 1110010 10100 110001

Color Harmonies of #699764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699764

Black with #699764

Text Example


Text Example

White with #699764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699764; }

 p { color: rgb(105,151,100); }

 H1.HeaderClassName
 {
   color: #699764;
 }
 .AnyTagClassName
 {
   color: #699764;
 }
</style>

background-color css

<style>
 a { background-color: #699764; }

 a { background-color: rgb(105,151,100); }

 div.DivClassName
 {
   background-color: #699764;
 }
 .BgClassName
 {
   background-color: #699764;
 }
</style>

border-color css

<style>
 span { border-color: #699764; }

 span { border-color: rgb(105,151,100); }

 td.TdClassName
 {
   border-color: #699764;
 }
 .TagClassName
 {
   border-color: #699764;
 }
</style>