Html Css Color HEX #6A980A Olive Drab

📋 copy color: '#6A980A'

red 106 ◦ green 152 ◦ blue 10

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

Shades of Olive Drab #6A980A

Tints of Olive Drab #6A980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 39.55%
G = 56.72%
B = 3.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#6A980A (or 0x6A980A) is known color: Olive Drab. HEX triplet: 6A, 98 and 0A. RGB value is (106,152,10). Sum of RGB (Red+Green+Blue) = 106+152+10=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #6A980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A980A is #9567F5. Grayscale: #7A7A7A. Windows color (decimal): -9791478 or 694378. OLE color: 694378.

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

Color convert

RGB 106 152 10 -
CMYK 0.30 0 0.93 0.40
HSL 79.44º 0.88% 0.32% -
HSV(B) 79.44º 0.93% 0.6% -
XYZ 17.23 25.54 4.31 -
YUV 122.06 64.76 116.55 -
System Red Green Blue C M Y K H S L
Decimal 106 152 10 0.30 0 0.93 0.40 79.44 0.88 0.32
Hex 6A 98 A 1E 0 5D 28 4F 58 20
Octal 152 230 12 36 0 135 50 117 130 40
Binary 1101010 10011000 1010 11110 0 1011101 101000 1001111 1011000 100000

Color Harmonies of #6A980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A980A

Black with #6A980A

Text Example


Text Example

White with #6A980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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