Html Css Color HEX #6A962A Olive Drab

📋 copy color: '#6A962A'

red 106 ◦ green 150 ◦ blue 42

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

Shades of Olive Drab #6A962A

Tints of Olive Drab #6A962A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.34%

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 35.57%
G = 50.34%
B = 14.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#6A962A (or 0x6A962A) is known color: Olive Drab. HEX triplet: 6A, 96 and 2A. RGB value is (106,150,42). Sum of RGB (Red+Green+Blue) = 106+150+42=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #6A962A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A962A is #9569D5. Grayscale: #7C7C7C. Windows color (decimal): -9791958 or 2791018. OLE color: 2791018.

HSL color Cylindrical-coordinate representation of color #6A962A: hue angle of 84.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A962A is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 150 42 -
CMYK 0.29 0 0.72 0.41
HSL 84.44º 0.56% 0.38% -
HSV(B) 84.44º 0.72% 0.59% -
XYZ 17.27 25.04 6.11 -
YUV 124.53 81.42 114.78 -
System Red Green Blue C M Y K H S L
Decimal 106 150 42 0.29 0 0.72 0.41 84.44 0.56 0.38
Hex 6A 96 2A 1D 0 48 29 54 38 26
Octal 152 226 52 35 0 110 51 124 70 46
Binary 1101010 10010110 101010 11101 0 1001000 101001 1010100 111000 100110

Color Harmonies of #6A962A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A962A

Black with #6A962A

Text Example


Text Example

White with #6A962A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,150,42); }

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

background-color css

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

 a { background-color: rgb(106,150,42); }

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

border-color css

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

 span { border-color: rgb(106,150,42); }

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