Html Css Color HEX #6A930C Olive Drab

📋 copy color: '#6A930C'

red 106 ◦ green 147 ◦ blue 12

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

Shades of Olive Drab #6A930C

Tints of Olive Drab #6A930C

RGB

 RED value IS 106 (41.8% from 255) = 40%

 GREEN value IS 147 (57.81% from 255) = 55.47%

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

R = 40%
G = 55.47%
B = 4.53%

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

#6A930C (or 0x6A930C) is known color: Olive Drab. HEX triplet: 6A, 93 and 0C. RGB value is (106,147,12). Sum of RGB (Red+Green+Blue) = 106+147+12=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #6A930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A930C is #956CF3. Grayscale: #777777. Windows color (decimal): -9792756 or 824170. OLE color: 824170.

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

Color convert

RGB 106 147 12 -
CMYK 0.28 0 0.92 0.42
HSL 78.22º 0.85% 0.31% -
HSV(B) 78.22º 0.92% 0.58% -
XYZ 16.44 23.96 4.11 -
YUV 119.35 67.42 118.48 -
System Red Green Blue C M Y K H S L
Decimal 106 147 12 0.28 0 0.92 0.42 78.22 0.85 0.31
Hex 6A 93 C 1C 0 5C 2A 4E 55 1F
Octal 152 223 14 34 0 134 52 116 125 37
Binary 1101010 10010011 1100 11100 0 1011100 101010 1001110 1010101 11111

Color Harmonies of #6A930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A930C

Black with #6A930C

Text Example


Text Example

White with #6A930C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,147,12); }

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

background-color css

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

 a { background-color: rgb(106,147,12); }

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

border-color css

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

 span { border-color: rgb(106,147,12); }

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