Html Css Color HEX #6C980B Olive Drab

📋 copy color: '#6C980B'

red 108 ◦ green 152 ◦ blue 11

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

Shades of Olive Drab #6C980B

Tints of Olive Drab #6C980B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.06%

R = 39.85%
G = 56.09%
B = 4.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#6C980B (or 0x6C980B) is known color: Olive Drab. HEX triplet: 6C, 98 and 0B. RGB value is (108,152,11). Sum of RGB (Red+Green+Blue) = 108+152+11=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #6C980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C980B is #9367F4. Grayscale: #7B7B7B. Windows color (decimal): -9660405 or 759916. OLE color: 759916.

HSL color Cylindrical-coordinate representation of color #6C980B: hue angle of 78.72º degrees, saturation: 0.87, 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 #6C980B is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 152 11 -
CMYK 0.29 0 0.93 0.40
HSL 78.72º 0.87% 0.32% -
HSV(B) 78.72º 0.93% 0.6% -
XYZ 17.47 25.67 4.35 -
YUV 122.77 64.92 117.46 -
System Red Green Blue C M Y K H S L
Decimal 108 152 11 0.29 0 0.93 0.40 78.72 0.87 0.32
Hex 6C 98 B 1D 0 5D 28 4F 57 20
Octal 154 230 13 35 0 135 50 117 127 40
Binary 1101100 10011000 1011 11101 0 1011101 101000 1001111 1010111 100000

Color Harmonies of #6C980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C980B

Black with #6C980B

Text Example


Text Example

White with #6C980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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