Html Css Color HEX #6B8224 Olive Drab

📋 copy color: '#6B8224'

red 107 ◦ green 130 ◦ blue 36

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

Shades of Olive Drab #6B8224

Tints of Olive Drab #6B8224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.62%

 BLUE value IS 36 (14.45% from 255) = 13.19%

R = 39.19%
G = 47.62%
B = 13.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#6B8224 (or 0x6B8224) is known color: Olive Drab. HEX triplet: 6B, 82 and 24. RGB value is (107,130,36). Sum of RGB (Red+Green+Blue) = 107+130+36=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8224 is #947DDB. Grayscale: #707070. Windows color (decimal): -9731548 or 2392683. OLE color: 2392683.

HSL color Cylindrical-coordinate representation of color #6B8224: hue angle of 74.68º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B8224 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 130 36 -
CMYK 0.18 0 0.72 0.49
HSL 74.68º 0.57% 0.33% -
HSV(B) 74.68º 0.72% 0.51% -
XYZ 14.36 19.22 4.62 -
YUV 112.41 84.88 124.14 -
System Red Green Blue C M Y K H S L
Decimal 107 130 36 0.18 0 0.72 0.49 74.68 0.57 0.33
Hex 6B 82 24 12 0 48 31 4B 39 21
Octal 153 202 44 22 0 110 61 113 71 41
Binary 1101011 10000010 100100 10010 0 1001000 110001 1001011 111001 100001

Color Harmonies of #6B8224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8224

Black with #6B8224

Text Example


Text Example

White with #6B8224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,130,36); }

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

background-color css

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

 a { background-color: rgb(107,130,36); }

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

border-color css

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

 span { border-color: rgb(107,130,36); }

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