Html Css Color HEX #6B8636 Olive Drab

📋 copy color: '#6B8636'

red 107 ◦ green 134 ◦ blue 54

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

Shades of Olive Drab #6B8636

Tints of Olive Drab #6B8636

RGB

 RED value IS 107 (42.19% from 255) = 36.27%

 GREEN value IS 134 (52.73% from 255) = 45.42%

 BLUE value IS 54 (21.48% from 255) = 18.31%

R = 36.27%
G = 45.42%
B = 18.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#6B8636 (or 0x6B8636) is known color: Olive Drab. HEX triplet: 6B, 86 and 36. RGB value is (107,134,54). Sum of RGB (Red+Green+Blue) = 107+134+54=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8636 is #9479C9. Grayscale: #757575. Windows color (decimal): -9730506 or 3573355. OLE color: 3573355.

HSL color Cylindrical-coordinate representation of color #6B8636: hue angle of 80.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B8636 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 134 54 -
CMYK 0.20 0 0.60 0.47
HSL 80.25º 0.43% 0.37% -
HSV(B) 80.25º 0.6% 0.53% -
XYZ 15.25 20.44 6.63 -
YUV 116.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 107 134 54 0.20 0 0.60 0.47 80.25 0.43 0.37
Hex 6B 86 36 14 0 3C 2F 50 2B 25
Octal 153 206 66 24 0 74 57 120 53 45
Binary 1101011 10000110 110110 10100 0 111100 101111 1010000 101011 100101

Color Harmonies of #6B8636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8636

Black with #6B8636

Text Example


Text Example

White with #6B8636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,134,54); }

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

background-color css

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

 a { background-color: rgb(107,134,54); }

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

border-color css

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

 span { border-color: rgb(107,134,54); }

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