Html Css Color HEX #6B920C Olive Drab

📋 copy color: '#6B920C'

red 107 ◦ green 146 ◦ blue 12

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

Shades of Olive Drab #6B920C

Tints of Olive Drab #6B920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

 BLUE value IS 12 (5.08% from 255) = 4.53%

R = 40.38%
G = 55.09%
B = 4.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#6B920C (or 0x6B920C) is known color: Olive Drab. HEX triplet: 6B, 92 and 0C. RGB value is (107,146,12). Sum of RGB (Red+Green+Blue) = 107+146+12=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #6B920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B920C is #946DF3. Grayscale: #777777. Windows color (decimal): -9727476 or 823915. OLE color: 823915.

HSL color Cylindrical-coordinate representation of color #6B920C: hue angle of 77.46º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B920C is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 146 12 -
CMYK 0.27 0 0.92 0.43
HSL 77.46º 0.85% 0.31% -
HSV(B) 77.46º 0.92% 0.57% -
XYZ 16.41 23.71 4.06 -
YUV 119.06 67.58 119.4 -
System Red Green Blue C M Y K H S L
Decimal 107 146 12 0.27 0 0.92 0.43 77.46 0.85 0.31
Hex 6B 92 C 1B 0 5C 2B 4D 55 1F
Octal 153 222 14 33 0 134 53 115 125 37
Binary 1101011 10010010 1100 11011 0 1011100 101011 1001101 1010101 11111

Color Harmonies of #6B920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B920C

Black with #6B920C

Text Example


Text Example

White with #6B920C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,146,12); }

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

background-color css

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

 a { background-color: rgb(107,146,12); }

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

border-color css

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

 span { border-color: rgb(107,146,12); }

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