Html Css Color HEX #6C8F2F Olive Drab

📋 copy color: '#6C8F2F'

red 108 ◦ green 143 ◦ blue 47

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

Shades of Olive Drab #6C8F2F

Tints of Olive Drab #6C8F2F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.99%

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 36.24%
G = 47.99%
B = 15.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#6C8F2F (or 0x6C8F2F) is known color: Olive Drab. HEX triplet: 6C, 8F and 2F. RGB value is (108,143,47). Sum of RGB (Red+Green+Blue) = 108+143+47=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #6C8F2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8F2F is #9370D0. Grayscale: #797979. Windows color (decimal): -9662673 or 3116908. OLE color: 3116908.

HSL color Cylindrical-coordinate representation of color #6C8F2F: hue angle of 81.87º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C8F2F is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 143 47 -
CMYK 0.24 0 0.67 0.44
HSL 81.87º 0.51% 0.37% -
HSV(B) 81.87º 0.67% 0.56% -
XYZ 16.52 23.04 6.27 -
YUV 121.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 108 143 47 0.24 0 0.67 0.44 81.87 0.51 0.37
Hex 6C 8F 2F 18 0 43 2C 52 33 25
Octal 154 217 57 30 0 103 54 122 63 45
Binary 1101100 10001111 101111 11000 0 1000011 101100 1010010 110011 100101

Color Harmonies of #6C8F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8F2F

Black with #6C8F2F

Text Example


Text Example

White with #6C8F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,143,47); }

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

background-color css

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

 a { background-color: rgb(108,143,47); }

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

border-color css

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

 span { border-color: rgb(108,143,47); }

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