Html Css Color HEX #6C972D Olive Drab

📋 copy color: '#6C972D'

red 108 ◦ green 151 ◦ blue 45

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

Shades of Olive Drab #6C972D

Tints of Olive Drab #6C972D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.67%

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 35.53%
G = 49.67%
B = 14.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#6C972D (or 0x6C972D) is known color: Olive Drab. HEX triplet: 6C, 97 and 2D. RGB value is (108,151,45). Sum of RGB (Red+Green+Blue) = 108+151+45=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #6C972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C972D is #9368D2. Grayscale: #7E7E7E. Windows color (decimal): -9660627 or 2987884. OLE color: 2987884.

HSL color Cylindrical-coordinate representation of color #6C972D: hue angle of 84.34º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C972D is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 151 45 -
CMYK 0.28 0 0.70 0.41
HSL 84.34º 0.54% 0.38% -
HSV(B) 84.34º 0.7% 0.59% -
XYZ 17.72 25.51 6.47 -
YUV 126.06 82.25 115.12 -
System Red Green Blue C M Y K H S L
Decimal 108 151 45 0.28 0 0.70 0.41 84.34 0.54 0.38
Hex 6C 97 2D 1C 0 46 29 54 36 26
Octal 154 227 55 34 0 106 51 124 66 46
Binary 1101100 10010111 101101 11100 0 1000110 101001 1010100 110110 100110

Color Harmonies of #6C972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C972D

Black with #6C972D

Text Example


Text Example

White with #6C972D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,151,45); }

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

background-color css

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

 a { background-color: rgb(108,151,45); }

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

border-color css

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

 span { border-color: rgb(108,151,45); }

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