Html Css Color HEX #699408 Olive Drab

📋 copy color: '#699408'

red 105 ◦ green 148 ◦ blue 8

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

Shades of Olive Drab #699408

Tints of Olive Drab #699408

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.7%

 BLUE value IS 8 (3.52% from 255) = 3.07%

R = 40.23%
G = 56.7%
B = 3.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#699408 (or 0x699408) is known color: Olive Drab. HEX triplet: 69, 94 and 08. RGB value is (105,148,8). Sum of RGB (Red+Green+Blue) = 105+148+8=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #699408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699408 is #966BF7. Grayscale: #777777. Windows color (decimal): -9858040 or 562281. OLE color: 562281.

HSL color Cylindrical-coordinate representation of color #699408: hue angle of 78.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #699408 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 8 -
CMYK 0.29 0 0.95 0.42
HSL 78.43º 0.9% 0.31% -
HSV(B) 78.43º 0.95% 0.58% -
XYZ 16.46 24.2 4.03 -
YUV 119.18 65.25 117.88 -
System Red Green Blue C M Y K H S L
Decimal 105 148 8 0.29 0 0.95 0.42 78.43 0.9 0.31
Hex 69 94 8 1D 0 5F 2A 4E 5A 1F
Octal 151 224 10 35 0 137 52 116 132 37
Binary 1101001 10010100 1000 11101 0 1011111 101010 1001110 1011010 11111

Color Harmonies of #699408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699408

Black with #699408

Text Example


Text Example

White with #699408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699408; }

 p { color: rgb(105,148,8); }

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

background-color css

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

 a { background-color: rgb(105,148,8); }

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

border-color css

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

 span { border-color: rgb(105,148,8); }

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