Html Css Color HEX #6B8635 Olive Drab

📋 copy color: '#6B8635'

red 107 ◦ green 134 ◦ blue 53

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

Shades of Olive Drab #6B8635

Tints of Olive Drab #6B8635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 36.39%
G = 45.58%
B = 18.03%

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

#6B8635 (or 0x6B8635) is known color: Olive Drab. HEX triplet: 6B, 86 and 35. RGB value is (107,134,53). Sum of RGB (Red+Green+Blue) = 107+134+53=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8635 is #9479CA. Grayscale: #747474. Windows color (decimal): -9730507 or 3507819. OLE color: 3507819.

HSL color Cylindrical-coordinate representation of color #6B8635: hue angle of 80º 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 #6B8635 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 134 53 -
CMYK 0.20 0 0.60 0.47
HSL 80º 0.43% 0.37% -
HSV(B) 80º 0.6% 0.53% -
XYZ 15.23 20.43 6.51 -
YUV 116.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 107 134 53 0.20 0 0.60 0.47 80 0.43 0.37
Hex 6B 86 35 14 0 3C 2F 50 2B 25
Octal 153 206 65 24 0 74 57 120 53 45
Binary 1101011 10000110 110101 10100 0 111100 101111 1010000 101011 100101

Color Harmonies of #6B8635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8635

Black with #6B8635

Text Example


Text Example

White with #6B8635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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