Html Css Color HEX #6B8110 Olive Drab

📋 copy color: '#6B8110'

red 107 ◦ green 129 ◦ blue 16

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

Shades of Olive Drab #6B8110

Tints of Olive Drab #6B8110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.19%

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 42.46%
G = 51.19%
B = 6.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#6B8110 (or 0x6B8110) is known color: Olive Drab. HEX triplet: 6B, 81 and 10. RGB value is (107,129,16). Sum of RGB (Red+Green+Blue) = 107+129+16=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8110 is #947EEF. Grayscale: #6D6D6D. Windows color (decimal): -9731824 or 1081707. OLE color: 1081707.

HSL color Cylindrical-coordinate representation of color #6B8110: hue angle of 71.68º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B8110 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 129 16 -
CMYK 0.17 0 0.88 0.49
HSL 71.68º 0.78% 0.28% -
HSV(B) 71.68º 0.88% 0.51% -
XYZ 14.01 18.86 3.39 -
YUV 109.54 75.21 126.19 -
System Red Green Blue C M Y K H S L
Decimal 107 129 16 0.17 0 0.88 0.49 71.68 0.78 0.28
Hex 6B 81 10 11 0 58 31 48 4E 1C
Octal 153 201 20 21 0 130 61 110 116 34
Binary 1101011 10000001 10000 10001 0 1011000 110001 1001000 1001110 11100

Color Harmonies of #6B8110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8110

Black with #6B8110

Text Example


Text Example

White with #6B8110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,129,16); }

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

background-color css

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

 a { background-color: rgb(107,129,16); }

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

border-color css

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

 span { border-color: rgb(107,129,16); }

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