Html Css Color HEX #6A8135 Olive Drab

📋 copy color: '#6A8135'

red 106 ◦ green 129 ◦ blue 53

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

Shades of Olive Drab #6A8135

Tints of Olive Drab #6A8135

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.79%

 BLUE value IS 53 (21.09% from 255) = 18.4%

R = 36.81%
G = 44.79%
B = 18.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#6A8135 (or 0x6A8135) is known color: Olive Drab. HEX triplet: 6A, 81 and 35. RGB value is (106,129,53). Sum of RGB (Red+Green+Blue) = 106+129+53=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #6A8135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8135 is #957ECA. Grayscale: #717171. Windows color (decimal): -9797323 or 3506538. OLE color: 3506538.

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

Color convert

RGB 106 129 53 -
CMYK 0.18 0 0.59 0.49
HSL 78.16º 0.42% 0.36% -
HSV(B) 78.16º 0.59% 0.51% -
XYZ 14.44 19.02 6.28 -
YUV 113.46 93.88 122.68 -
System Red Green Blue C M Y K H S L
Decimal 106 129 53 0.18 0 0.59 0.49 78.16 0.42 0.36
Hex 6A 81 35 12 0 3B 31 4E 2A 24
Octal 152 201 65 22 0 73 61 116 52 44
Binary 1101010 10000001 110101 10010 0 111011 110001 1001110 101010 100100

Color Harmonies of #6A8135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8135

Black with #6A8135

Text Example


Text Example

White with #6A8135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,129,53); }

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

background-color css

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

 a { background-color: rgb(106,129,53); }

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

border-color css

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

 span { border-color: rgb(106,129,53); }

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