Html Css Color HEX #6C950D Olive Drab

📋 copy color: '#6C950D'

red 108 ◦ green 149 ◦ blue 13

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

Shades of Olive Drab #6C950D

Tints of Olive Drab #6C950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.19%

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

R = 40%
G = 55.19%
B = 4.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#6C950D (or 0x6C950D) is known color: Olive Drab. HEX triplet: 6C, 95 and 0D. RGB value is (108,149,13). Sum of RGB (Red+Green+Blue) = 108+149+13=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #6C950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C950D is #936AF2. Grayscale: #797979. Windows color (decimal): -9661171 or 890220. OLE color: 890220.

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

Color convert

RGB 108 149 13 -
CMYK 0.28 0 0.91 0.42
HSL 78.09º 0.84% 0.32% -
HSV(B) 78.09º 0.91% 0.58% -
XYZ 17 24.71 4.25 -
YUV 121.24 66.92 118.56 -
System Red Green Blue C M Y K H S L
Decimal 108 149 13 0.28 0 0.91 0.42 78.09 0.84 0.32
Hex 6C 95 D 1C 0 5B 2A 4E 54 20
Octal 154 225 15 34 0 133 52 116 124 40
Binary 1101100 10010101 1101 11100 0 1011011 101010 1001110 1010100 100000

Color Harmonies of #6C950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C950D

Black with #6C950D

Text Example


Text Example

White with #6C950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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