Html Css Color HEX #698906 Olive Drab

📋 copy color: '#698906'

red 105 ◦ green 137 ◦ blue 6

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

Shades of Olive Drab #698906

Tints of Olive Drab #698906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.24%

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 42.34%
G = 55.24%
B = 2.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#698906 (or 0x698906) is known color: Olive Drab. HEX triplet: 69, 89 and 06. RGB value is (105,137,6). Sum of RGB (Red+Green+Blue) = 105+137+6=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #698906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698906 is #9676F9. Grayscale: #707070. Windows color (decimal): -9860858 or 428393. OLE color: 428393.

HSL color Cylindrical-coordinate representation of color #698906: hue angle of 74.66º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #698906 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 6 -
CMYK 0.23 0 0.96 0.46
HSL 74.66º 0.92% 0.28% -
HSV(B) 74.66º 0.96% 0.54% -
XYZ 14.8 20.91 3.43 -
YUV 112.5 67.9 122.65 -
System Red Green Blue C M Y K H S L
Decimal 105 137 6 0.23 0 0.96 0.46 74.66 0.92 0.28
Hex 69 89 6 17 0 60 2E 4B 5C 1C
Octal 151 211 6 27 0 140 56 113 134 34
Binary 1101001 10001001 110 10111 0 1100000 101110 1001011 1011100 11100

Color Harmonies of #698906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698906

Black with #698906

Text Example


Text Example

White with #698906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698906; }

 p { color: rgb(105,137,6); }

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

background-color css

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

 a { background-color: rgb(105,137,6); }

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

border-color css

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

 span { border-color: rgb(105,137,6); }

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