Html Css Color HEX #6B8434 Olive Drab

📋 copy color: '#6B8434'

red 107 ◦ green 132 ◦ blue 52

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

Shades of Olive Drab #6B8434

Tints of Olive Drab #6B8434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.36%

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

R = 36.77%
G = 45.36%
B = 17.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#6B8434 (or 0x6B8434) is known color: Olive Drab. HEX triplet: 6B, 84 and 34. RGB value is (107,132,52). Sum of RGB (Red+Green+Blue) = 107+132+52=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8434 is #947BCB. Grayscale: #737373. Windows color (decimal): -9731020 or 3441771. OLE color: 3441771.

HSL color Cylindrical-coordinate representation of color #6B8434: hue angle of 78.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B8434 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 132 52 -
CMYK 0.19 0 0.61 0.48
HSL 78.75º 0.43% 0.36% -
HSV(B) 78.75º 0.61% 0.52% -
XYZ 14.93 19.88 6.3 -
YUV 115.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 107 132 52 0.19 0 0.61 0.48 78.75 0.43 0.36
Hex 6B 84 34 13 0 3D 30 4F 2B 24
Octal 153 204 64 23 0 75 60 117 53 44
Binary 1101011 10000100 110100 10011 0 111101 110000 1001111 101011 100100

Color Harmonies of #6B8434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8434

Black with #6B8434

Text Example


Text Example

White with #6B8434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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