Html Css Color HEX #6C921F Olive Drab

📋 copy color: '#6C921F'

red 108 ◦ green 146 ◦ blue 31

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

Shades of Olive Drab #6C921F

Tints of Olive Drab #6C921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.23%

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 37.89%
G = 51.23%
B = 10.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#6C921F (or 0x6C921F) is known color: Olive Drab. HEX triplet: 6C, 92 and 1F. RGB value is (108,146,31). Sum of RGB (Red+Green+Blue) = 108+146+31=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #6C921F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C921F is #936DE0. Grayscale: #797979. Windows color (decimal): -9661921 or 2069100. OLE color: 2069100.

HSL color Cylindrical-coordinate representation of color #6C921F: hue angle of 79.83º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C921F is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 146 31 -
CMYK 0.26 0 0.79 0.43
HSL 79.83º 0.65% 0.35% -
HSV(B) 79.83º 0.79% 0.57% -
XYZ 16.71 23.84 5.02 -
YUV 121.53 76.91 118.35 -
System Red Green Blue C M Y K H S L
Decimal 108 146 31 0.26 0 0.79 0.43 79.83 0.65 0.35
Hex 6C 92 1F 1A 0 4F 2B 50 41 23
Octal 154 222 37 32 0 117 53 120 101 43
Binary 1101100 10010010 11111 11010 0 1001111 101011 1010000 1000001 100011

Color Harmonies of #6C921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C921F

Black with #6C921F

Text Example


Text Example

White with #6C921F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,146,31); }

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

background-color css

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

 a { background-color: rgb(108,146,31); }

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

border-color css

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

 span { border-color: rgb(108,146,31); }

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