Html Css Color HEX #6A980C Olive Drab

📋 copy color: '#6A980C'

red 106 ◦ green 152 ◦ blue 12

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

Shades of Olive Drab #6A980C

Tints of Olive Drab #6A980C

RGB

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

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

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

R = 39.26%
G = 56.3%
B = 4.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#6A980C (or 0x6A980C) is known color: Olive Drab. HEX triplet: 6A, 98 and 0C. RGB value is (106,152,12). Sum of RGB (Red+Green+Blue) = 106+152+12=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #6A980C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A980C is #9567F3. Grayscale: #7A7A7A. Windows color (decimal): -9791476 or 825450. OLE color: 825450.

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

Color convert

RGB 106 152 12 -
CMYK 0.30 0 0.92 0.40
HSL 79.71º 0.85% 0.32% -
HSV(B) 79.71º 0.92% 0.6% -
XYZ 17.24 25.55 4.37 -
YUV 122.29 65.76 116.38 -
System Red Green Blue C M Y K H S L
Decimal 106 152 12 0.30 0 0.92 0.40 79.71 0.85 0.32
Hex 6A 98 C 1E 0 5C 28 50 55 20
Octal 152 230 14 36 0 134 50 120 125 40
Binary 1101010 10011000 1100 11110 0 1011100 101000 1010000 1010101 100000

Color Harmonies of #6A980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A980C

Black with #6A980C

Text Example


Text Example

White with #6A980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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