Html Css Color HEX #6B8210 Olive Drab

📋 copy color: '#6B8210'

red 107 ◦ green 130 ◦ blue 16

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

Shades of Olive Drab #6B8210

Tints of Olive Drab #6B8210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

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

R = 42.29%
G = 51.38%
B = 6.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#6B8210 (or 0x6B8210) is known color: Olive Drab. HEX triplet: 6B, 82 and 10. RGB value is (107,130,16). Sum of RGB (Red+Green+Blue) = 107+130+16=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8210 is #947DEF. Grayscale: #6E6E6E. Windows color (decimal): -9731568 or 1081963. OLE color: 1081963.

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

Color convert

RGB 107 130 16 -
CMYK 0.18 0 0.88 0.49
HSL 72.11º 0.78% 0.29% -
HSV(B) 72.11º 0.88% 0.51% -
XYZ 14.14 19.13 3.44 -
YUV 110.13 74.88 125.77 -
System Red Green Blue C M Y K H S L
Decimal 107 130 16 0.18 0 0.88 0.49 72.11 0.78 0.29
Hex 6B 82 10 12 0 58 31 48 4E 1D
Octal 153 202 20 22 0 130 61 110 116 35
Binary 1101011 10000010 10000 10010 0 1011000 110001 1001000 1001110 11101

Color Harmonies of #6B8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8210

Black with #6B8210

Text Example


Text Example

White with #6B8210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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