Html Css Color HEX #699B62 Hippie Green

📋 copy color: '#699B62'

red 105 ◦ green 155 ◦ blue 98

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

Shades of Hippie Green #699B62

Tints of Hippie Green #699B62

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.3%

 BLUE value IS 98 (38.67% from 255) = 27.37%

R = 29.33%
G = 43.3%
B = 27.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#699B62 (or 0x699B62) is known color: Hippie Green. HEX triplet: 69, 9B and 62. RGB value is (105,155,98). Sum of RGB (Red+Green+Blue) = 105+155+98=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #699B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B62 is #96649D. Grayscale: #858585. Windows color (decimal): -9856158 or 6462313. OLE color: 6462313.

HSL color Cylindrical-coordinate representation of color #699B62: hue angle of 112.63º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #699B62 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 98 -
CMYK 0.32 0 0.37 0.39
HSL 112.63º 0.23% 0.5% -
HSV(B) 112.63º 0.37% 0.61% -
XYZ 19.75 27.33 15.79 -
YUV 133.55 107.94 107.63 -
System Red Green Blue C M Y K H S L
Decimal 105 155 98 0.32 0 0.37 0.39 112.63 0.23 0.5
Hex 69 9B 62 20 0 25 27 71 17 32
Octal 151 233 142 40 0 45 47 161 27 62
Binary 1101001 10011011 1100010 100000 0 100101 100111 1110001 10111 110010

Color Harmonies of #699B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B62

Black with #699B62

Text Example


Text Example

White with #699B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699B62; }

 p { color: rgb(105,155,98); }

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

background-color css

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

 a { background-color: rgb(105,155,98); }

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

border-color css

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

 span { border-color: rgb(105,155,98); }

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