Html Css Color HEX #6A852E Olive Drab

📋 copy color: '#6A852E'

red 106 ◦ green 133 ◦ blue 46

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

Shades of Olive Drab #6A852E

Tints of Olive Drab #6A852E

RGB

 RED value IS 106 (41.8% from 255) = 37.19%

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

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 37.19%
G = 46.67%
B = 16.14%

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

#6A852E (or 0x6A852E) is known color: Olive Drab. HEX triplet: 6A, 85 and 2E. RGB value is (106,133,46). Sum of RGB (Red+Green+Blue) = 106+133+46=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #6A852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A852E is #957AD1. Grayscale: #737373. Windows color (decimal): -9796306 or 3048810. OLE color: 3048810.

HSL color Cylindrical-coordinate representation of color #6A852E: hue angle of 78.62º degrees, saturation: 0.49, 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 #6A852E is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 133 46 -
CMYK 0.20 0 0.65 0.48
HSL 78.62º 0.49% 0.35% -
HSV(B) 78.62º 0.65% 0.52% -
XYZ 14.82 20.04 5.67 -
YUV 115.01 89.05 121.57 -
System Red Green Blue C M Y K H S L
Decimal 106 133 46 0.20 0 0.65 0.48 78.62 0.49 0.35
Hex 6A 85 2E 14 0 41 30 4F 31 23
Octal 152 205 56 24 0 101 60 117 61 43
Binary 1101010 10000101 101110 10100 0 1000001 110000 1001111 110001 100011

Color Harmonies of #6A852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A852E

Black with #6A852E

Text Example


Text Example

White with #6A852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,133,46); }

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

background-color css

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

 a { background-color: rgb(106,133,46); }

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

border-color css

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

 span { border-color: rgb(106,133,46); }

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