Html Css Color HEX #697F37 Olive Drab

📋 copy color: '#697F37'

red 105 ◦ green 127 ◦ blue 55

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

Shades of Olive Drab #697F37

Tints of Olive Drab #697F37

RGB

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

 GREEN value IS 127 (50% from 255) = 44.25%

 BLUE value IS 55 (21.88% from 255) = 19.16%

R = 36.59%
G = 44.25%
B = 19.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#697F37 (or 0x697F37) is known color: Olive Drab. HEX triplet: 69, 7F and 37. RGB value is (105,127,55). Sum of RGB (Red+Green+Blue) = 105+127+55=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #697F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697F37 is #9680C8. Grayscale: #707070. Windows color (decimal): -9863369 or 3637097. OLE color: 3637097.

HSL color Cylindrical-coordinate representation of color #697F37: hue angle of 78.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #697F37 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 127 55 -
CMYK 0.17 0 0.57 0.50
HSL 78.33º 0.4% 0.36% -
HSV(B) 78.33º 0.57% 0.5% -
XYZ 14.1 18.46 6.43 -
YUV 112.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 105 127 55 0.17 0 0.57 0.50 78.33 0.4 0.36
Hex 69 7F 37 11 0 39 32 4E 28 24
Octal 151 177 67 21 0 71 62 116 50 44
Binary 1101001 1111111 110111 10001 0 111001 110010 1001110 101000 100100

Color Harmonies of #697F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F37

Black with #697F37

Text Example


Text Example

White with #697F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697F37; }

 p { color: rgb(105,127,55); }

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

background-color css

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

 a { background-color: rgb(105,127,55); }

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

border-color css

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

 span { border-color: rgb(105,127,55); }

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