Html Css Color HEX #6B9408 Olive Drab

📋 copy color: '#6B9408'

red 107 ◦ green 148 ◦ blue 8

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

Shades of Olive Drab #6B9408

Tints of Olive Drab #6B9408

RGB

 RED value IS 107 (42.19% from 255) = 40.68%

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

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

R = 40.68%
G = 56.27%
B = 3.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#6B9408 (or 0x6B9408) is known color: Olive Drab. HEX triplet: 6B, 94 and 08. RGB value is (107,148,8). Sum of RGB (Red+Green+Blue) = 107+148+8=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9408 is #946BF7. Grayscale: #787878. Windows color (decimal): -9726968 or 562283. OLE color: 562283.

HSL color Cylindrical-coordinate representation of color #6B9408: hue angle of 77.57º 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 #6B9408 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 148 8 -
CMYK 0.28 0 0.95 0.42
HSL 77.57º 0.9% 0.31% -
HSV(B) 77.57º 0.95% 0.58% -
XYZ 16.7 24.32 4.04 -
YUV 119.78 64.92 118.88 -
System Red Green Blue C M Y K H S L
Decimal 107 148 8 0.28 0 0.95 0.42 77.57 0.9 0.31
Hex 6B 94 8 1C 0 5F 2A 4E 5A 1F
Octal 153 224 10 34 0 137 52 116 132 37
Binary 1101011 10010100 1000 11100 0 1011111 101010 1001110 1011010 11111

Color Harmonies of #6B9408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9408

Black with #6B9408

Text Example


Text Example

White with #6B9408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B9408; }

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

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

background-color css

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

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

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

border-color css

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

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

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