Html Css Color HEX #6B8334 Olive Drab

📋 copy color: '#6B8334'

red 107 ◦ green 131 ◦ blue 52

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

Shades of Olive Drab #6B8334

Tints of Olive Drab #6B8334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.17%

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 36.9%
G = 45.17%
B = 17.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#6B8334 (or 0x6B8334) is known color: Olive Drab. HEX triplet: 6B, 83 and 34. RGB value is (107,131,52). Sum of RGB (Red+Green+Blue) = 107+131+52=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8334 is #947CCB. Grayscale: #737373. Windows color (decimal): -9731276 or 3441515. OLE color: 3441515.

HSL color Cylindrical-coordinate representation of color #6B8334: hue angle of 78.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B8334 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 131 52 -
CMYK 0.18 0 0.60 0.49
HSL 78.23º 0.43% 0.36% -
HSV(B) 78.23º 0.6% 0.51% -
XYZ 14.8 19.61 6.25 -
YUV 114.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 107 131 52 0.18 0 0.60 0.49 78.23 0.43 0.36
Hex 6B 83 34 12 0 3C 31 4E 2B 24
Octal 153 203 64 22 0 74 61 116 53 44
Binary 1101011 10000011 110100 10010 0 111100 110001 1001110 101011 100100

Color Harmonies of #6B8334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8334

Black with #6B8334

Text Example


Text Example

White with #6B8334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,131,52); }

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

background-color css

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

 a { background-color: rgb(107,131,52); }

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

border-color css

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

 span { border-color: rgb(107,131,52); }

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