Html Css Color HEX #6C952E Olive Drab

📋 copy color: '#6C952E'

red 108 ◦ green 149 ◦ blue 46

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

Shades of Olive Drab #6C952E

Tints of Olive Drab #6C952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 35.64%
G = 49.17%
B = 15.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#6C952E (or 0x6C952E) is known color: Olive Drab. HEX triplet: 6C, 95 and 2E. RGB value is (108,149,46). Sum of RGB (Red+Green+Blue) = 108+149+46=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #6C952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C952E is #936AD1. Grayscale: #7D7D7D. Windows color (decimal): -9661138 or 3052908. OLE color: 3052908.

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

Color convert

RGB 108 149 46 -
CMYK 0.28 0 0.69 0.42
HSL 83.88º 0.53% 0.38% -
HSV(B) 83.88º 0.69% 0.58% -
XYZ 17.42 24.88 6.47 -
YUV 125 83.42 115.88 -
System Red Green Blue C M Y K H S L
Decimal 108 149 46 0.28 0 0.69 0.42 83.88 0.53 0.38
Hex 6C 95 2E 1C 0 45 2A 54 35 26
Octal 154 225 56 34 0 105 52 124 65 46
Binary 1101100 10010101 101110 11100 0 1000101 101010 1010100 110101 100110

Color Harmonies of #6C952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C952E

Black with #6C952E

Text Example


Text Example

White with #6C952E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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