Html Css Color HEX #6B940C Olive Drab

📋 copy color: '#6B940C'

red 107 ◦ green 148 ◦ blue 12

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

Shades of Olive Drab #6B940C

Tints of Olive Drab #6B940C

RGB

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

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

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

R = 40.07%
G = 55.43%
B = 4.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#6B940C (or 0x6B940C) is known color: Olive Drab. HEX triplet: 6B, 94 and 0C. RGB value is (107,148,12). Sum of RGB (Red+Green+Blue) = 107+148+12=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #6B940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B940C is #946BF3. Grayscale: #787878. Windows color (decimal): -9726964 or 824427. OLE color: 824427.

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

Color convert

RGB 107 148 12 -
CMYK 0.28 0 0.92 0.42
HSL 78.09º 0.85% 0.31% -
HSV(B) 78.09º 0.92% 0.58% -
XYZ 16.72 24.33 4.16 -
YUV 120.24 66.92 118.56 -
System Red Green Blue C M Y K H S L
Decimal 107 148 12 0.28 0 0.92 0.42 78.09 0.85 0.31
Hex 6B 94 C 1C 0 5C 2A 4E 55 1F
Octal 153 224 14 34 0 134 52 116 125 37
Binary 1101011 10010100 1100 11100 0 1011100 101010 1001110 1010101 11111

Color Harmonies of #6B940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B940C

Black with #6B940C

Text Example


Text Example

White with #6B940C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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