Html Css Color HEX #6C9530 Olive Drab

📋 copy color: '#6C9530'

red 108 ◦ green 149 ◦ blue 48

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

Shades of Olive Drab #6C9530

Tints of Olive Drab #6C9530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 35.41%
G = 48.85%
B = 15.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#6C9530 (or 0x6C9530) is known color: Olive Drab. HEX triplet: 6C, 95 and 30. RGB value is (108,149,48). Sum of RGB (Red+Green+Blue) = 108+149+48=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9530 is #936ACF. Grayscale: #7D7D7D. Windows color (decimal): -9661136 or 3183980. OLE color: 3183980.

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

Color convert

RGB 108 149 48 -
CMYK 0.28 0 0.68 0.42
HSL 84.36º 0.51% 0.39% -
HSV(B) 84.36º 0.68% 0.58% -
XYZ 17.47 24.9 6.68 -
YUV 125.23 84.42 115.71 -
System Red Green Blue C M Y K H S L
Decimal 108 149 48 0.28 0 0.68 0.42 84.36 0.51 0.39
Hex 6C 95 30 1C 0 44 2A 54 33 27
Octal 154 225 60 34 0 104 52 124 63 47
Binary 1101100 10010101 110000 11100 0 1000100 101010 1010100 110011 100111

Color Harmonies of #6C9530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9530

Black with #6C9530

Text Example


Text Example

White with #6C9530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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