Html Css Color HEX #6C980D Olive Drab

📋 copy color: '#6C980D'

red 108 ◦ green 152 ◦ blue 13

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

Shades of Olive Drab #6C980D

Tints of Olive Drab #6C980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 39.56%
G = 55.68%
B = 4.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#6C980D (or 0x6C980D) is known color: Olive Drab. HEX triplet: 6C, 98 and 0D. RGB value is (108,152,13). Sum of RGB (Red+Green+Blue) = 108+152+13=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #6C980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C980D is #9367F2. Grayscale: #7B7B7B. Windows color (decimal): -9660403 or 890988. OLE color: 890988.

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

Color convert

RGB 108 152 13 -
CMYK 0.29 0 0.91 0.40
HSL 78.99º 0.84% 0.32% -
HSV(B) 78.99º 0.91% 0.6% -
XYZ 17.49 25.67 4.41 -
YUV 123 65.92 117.3 -
System Red Green Blue C M Y K H S L
Decimal 108 152 13 0.29 0 0.91 0.40 78.99 0.84 0.32
Hex 6C 98 D 1D 0 5B 28 4F 54 20
Octal 154 230 15 35 0 133 50 117 124 40
Binary 1101100 10011000 1101 11101 0 1011011 101000 1001111 1010100 100000

Color Harmonies of #6C980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C980D

Black with #6C980D

Text Example


Text Example

White with #6C980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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