Html Css Color HEX #699C61 Hippie Green

📋 copy color: '#699C61'

red 105 ◦ green 156 ◦ blue 97

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

Shades of Hippie Green #699C61

Tints of Hippie Green #699C61

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.58%

 BLUE value IS 97 (38.28% from 255) = 27.09%

R = 29.33%
G = 43.58%
B = 27.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#699C61 (or 0x699C61) is known color: Hippie Green. HEX triplet: 69, 9C and 61. RGB value is (105,156,97). Sum of RGB (Red+Green+Blue) = 105+156+97=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #699C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699C61 is #96639E. Grayscale: #868686. Windows color (decimal): -9855903 or 6397033. OLE color: 6397033.

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

Color convert

RGB 105 156 97 -
CMYK 0.33 0 0.38 0.39
HSL 111.86º 0.23% 0.5% -
HSV(B) 111.86º 0.38% 0.61% -
XYZ 19.87 27.64 15.6 -
YUV 134.03 107.1 107.3 -
System Red Green Blue C M Y K H S L
Decimal 105 156 97 0.33 0 0.38 0.39 111.86 0.23 0.5
Hex 69 9C 61 21 0 26 27 70 17 32
Octal 151 234 141 41 0 46 47 160 27 62
Binary 1101001 10011100 1100001 100001 0 100110 100111 1110000 10111 110010

Color Harmonies of #699C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699C61

Black with #699C61

Text Example


Text Example

White with #699C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,156,97); }

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

background-color css

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

 a { background-color: rgb(105,156,97); }

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

border-color css

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

 span { border-color: rgb(105,156,97); }

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