Html Css Color HEX #6C980C Olive Drab

📋 copy color: '#6C980C'

red 108 ◦ green 152 ◦ blue 12

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

Shades of Olive Drab #6C980C

Tints of Olive Drab #6C980C

RGB

 RED value IS 108 (42.58% from 255) = 39.71%

 GREEN value IS 152 (59.77% from 255) = 55.88%

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

R = 39.71%
G = 55.88%
B = 4.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#6C980C (or 0x6C980C) is known color: Olive Drab. HEX triplet: 6C, 98 and 0C. RGB value is (108,152,12). Sum of RGB (Red+Green+Blue) = 108+152+12=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #6C980C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C980C is #9367F3. Grayscale: #7B7B7B. Windows color (decimal): -9660404 or 825452. OLE color: 825452.

HSL color Cylindrical-coordinate representation of color #6C980C: hue angle of 78.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C980C is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 152 12 -
CMYK 0.29 0 0.92 0.40
HSL 78.86º 0.85% 0.32% -
HSV(B) 78.86º 0.92% 0.6% -
XYZ 17.48 25.67 4.38 -
YUV 122.88 65.42 117.38 -
System Red Green Blue C M Y K H S L
Decimal 108 152 12 0.29 0 0.92 0.40 78.86 0.85 0.32
Hex 6C 98 C 1D 0 5C 28 4F 55 20
Octal 154 230 14 35 0 134 50 117 125 40
Binary 1101100 10011000 1100 11101 0 1011100 101000 1001111 1010101 100000

Color Harmonies of #6C980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C980C

Black with #6C980C

Text Example


Text Example

White with #6C980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,152,12); }

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

background-color css

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

 a { background-color: rgb(108,152,12); }

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

border-color css

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

 span { border-color: rgb(108,152,12); }

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