Html Css Color HEX #6B882D Olive Drab

📋 copy color: '#6B882D'

red 107 ◦ green 136 ◦ blue 45

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

Shades of Olive Drab #6B882D

Tints of Olive Drab #6B882D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.22%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 37.15%
G = 47.22%
B = 15.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#6B882D (or 0x6B882D) is known color: Olive Drab. HEX triplet: 6B, 88 and 2D. RGB value is (107,136,45). Sum of RGB (Red+Green+Blue) = 107+136+45=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #6B882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B882D is #9477D2. Grayscale: #757575. Windows color (decimal): -9730003 or 2984043. OLE color: 2984043.

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

Color convert

RGB 107 136 45 -
CMYK 0.21 0 0.67 0.47
HSL 79.12º 0.5% 0.35% -
HSV(B) 79.12º 0.67% 0.53% -
XYZ 15.34 20.92 5.71 -
YUV 116.96 87.39 120.9 -
System Red Green Blue C M Y K H S L
Decimal 107 136 45 0.21 0 0.67 0.47 79.12 0.5 0.35
Hex 6B 88 2D 15 0 43 2F 4F 32 23
Octal 153 210 55 25 0 103 57 117 62 43
Binary 1101011 10001000 101101 10101 0 1000011 101111 1001111 110010 100011

Color Harmonies of #6B882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B882D

Black with #6B882D

Text Example


Text Example

White with #6B882D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,136,45); }

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

background-color css

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

 a { background-color: rgb(107,136,45); }

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

border-color css

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

 span { border-color: rgb(107,136,45); }

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