Html Css Color HEX #6B852F Olive Drab

📋 copy color: '#6B852F'

red 107 ◦ green 133 ◦ blue 47

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

Shades of Olive Drab #6B852F

Tints of Olive Drab #6B852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 37.28%
G = 46.34%
B = 16.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#6B852F (or 0x6B852F) is known color: Olive Drab. HEX triplet: 6B, 85 and 2F. RGB value is (107,133,47). Sum of RGB (Red+Green+Blue) = 107+133+47=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #6B852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B852F is #947AD0. Grayscale: #737373. Windows color (decimal): -9730769 or 3114347. OLE color: 3114347.

HSL color Cylindrical-coordinate representation of color #6B852F: hue angle of 78.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B852F is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 133 47 -
CMYK 0.20 0 0.65 0.48
HSL 78.14º 0.48% 0.35% -
HSV(B) 78.14º 0.65% 0.52% -
XYZ 14.96 20.11 5.78 -
YUV 115.42 89.39 121.99 -
System Red Green Blue C M Y K H S L
Decimal 107 133 47 0.20 0 0.65 0.48 78.14 0.48 0.35
Hex 6B 85 2F 14 0 41 30 4E 30 23
Octal 153 205 57 24 0 101 60 116 60 43
Binary 1101011 10000101 101111 10100 0 1000001 110000 1001110 110000 100011

Color Harmonies of #6B852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B852F

Black with #6B852F

Text Example


Text Example

White with #6B852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,133,47); }

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

background-color css

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

 a { background-color: rgb(107,133,47); }

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

border-color css

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

 span { border-color: rgb(107,133,47); }

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