Html Css Color HEX #697F33 Olive Drab

📋 copy color: '#697F33'

red 105 ◦ green 127 ◦ blue 51

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

Shades of Olive Drab #697F33

Tints of Olive Drab #697F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.02%

R = 37.1%
G = 44.88%
B = 18.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#697F33 (or 0x697F33) is known color: Olive Drab. HEX triplet: 69, 7F and 33. RGB value is (105,127,51). Sum of RGB (Red+Green+Blue) = 105+127+51=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #697F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697F33 is #9680CC. Grayscale: #707070. Windows color (decimal): -9863373 or 3374953. OLE color: 3374953.

HSL color Cylindrical-coordinate representation of color #697F33: hue angle of 77.37º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #697F33 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 127 51 -
CMYK 0.17 0 0.60 0.50
HSL 77.37º 0.43% 0.35% -
HSV(B) 77.37º 0.6% 0.5% -
XYZ 14.01 18.42 5.95 -
YUV 111.76 93.71 123.18 -
System Red Green Blue C M Y K H S L
Decimal 105 127 51 0.17 0 0.60 0.50 77.37 0.43 0.35
Hex 69 7F 33 11 0 3C 32 4D 2B 23
Octal 151 177 63 21 0 74 62 115 53 43
Binary 1101001 1111111 110011 10001 0 111100 110010 1001101 101011 100011

Color Harmonies of #697F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F33

Black with #697F33

Text Example


Text Example

White with #697F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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