Html Css Color HEX #6A7502 Olive

📋 copy color: '#6A7502'

red 106 ◦ green 117 ◦ blue 2

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

Shades of Olive #6A7502

Tints of Olive #6A7502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 47.11%
G = 52%
B = 0.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#6A7502 (or 0x6A7502) is known color: Olive. HEX triplet: 6A, 75 and 02. RGB value is (106,117,2). Sum of RGB (Red+Green+Blue) = 106+117+2=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #6A7502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7502 is #958AFD. Grayscale: #656565. Windows color (decimal): -9800446 or 161130. OLE color: 161130.

HSL color Cylindrical-coordinate representation of color #6A7502: hue angle of 65.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A7502 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 117 2 -
CMYK 0.09 0 0.98 0.54
HSL 65.74º 0.97% 0.23% -
HSV(B) 65.74º 0.98% 0.46% -
XYZ 12.32 15.79 2.46 -
YUV 100.6 72.36 131.85 -
System Red Green Blue C M Y K H S L
Decimal 106 117 2 0.09 0 0.98 0.54 65.74 0.97 0.23
Hex 6A 75 2 9 0 62 36 42 61 17
Octal 152 165 2 11 0 142 66 102 141 27
Binary 1101010 1110101 10 1001 0 1100010 110110 1000010 1100001 10111

Color Harmonies of #6A7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7502

Black with #6A7502

Text Example


Text Example

White with #6A7502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,117,2); }

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

background-color css

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

 a { background-color: rgb(106,117,2); }

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

border-color css

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

 span { border-color: rgb(106,117,2); }

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