Html Css Color HEX #6C871B Olive Drab

📋 copy color: '#6C871B'

red 108 ◦ green 135 ◦ blue 27

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

Shades of Olive Drab #6C871B

Tints of Olive Drab #6C871B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50%

 BLUE value IS 27 (10.94% from 255) = 10%

R = 40%
G = 50%
B = 10%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#6C871B (or 0x6C871B) is known color: Olive Drab. HEX triplet: 6C, 87 and 1B. RGB value is (108,135,27). Sum of RGB (Red+Green+Blue) = 108+135+27=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #6C871B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C871B is #9378E4. Grayscale: #737373. Windows color (decimal): -9664741 or 1804140. OLE color: 1804140.

HSL color Cylindrical-coordinate representation of color #6C871B: hue angle of 75º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C871B is Cyan = 0.2, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 135 27 -
CMYK 0.2 0 0.8 0.47
HSL 75º 0.67% 0.32% -
HSV(B) 75º 0.8% 0.53% -
XYZ 15.05 20.6 4.22 -
YUV 114.62 78.55 123.28 -
System Red Green Blue C M Y K H S L
Decimal 108 135 27 0.2 0 0.8 0.47 75 0.67 0.32
Hex 6C 87 1B 14 0 50 2F 4B 43 20
Octal 154 207 33 24 0 120 57 113 103 40
Binary 1101100 10000111 11011 10100 0 1010000 101111 1001011 1000011 100000

Color Harmonies of #6C871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C871B

Black with #6C871B

Text Example


Text Example

White with #6C871B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,135,27); }

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

background-color css

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

 a { background-color: rgb(108,135,27); }

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

border-color css

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

 span { border-color: rgb(108,135,27); }

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