Html Css Color HEX #6A7506 Olive

📋 copy color: '#6A7506'

red 106 ◦ green 117 ◦ blue 6

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

Shades of Olive #6A7506

Tints of Olive #6A7506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.62%

R = 46.29%
G = 51.09%
B = 2.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#6A7506 (or 0x6A7506) is known color: Olive. HEX triplet: 6A, 75 and 06. RGB value is (106,117,6). Sum of RGB (Red+Green+Blue) = 106+117+6=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #6A7506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7506 is #958AF9. Grayscale: #656565. Windows color (decimal): -9800442 or 423274. OLE color: 423274.

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

Color convert

RGB 106 117 6 -
CMYK 0.09 0 0.95 0.54
HSL 65.95º 0.9% 0.24% -
HSV(B) 65.95º 0.95% 0.46% -
XYZ 12.34 15.8 2.57 -
YUV 101.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 106 117 6 0.09 0 0.95 0.54 65.95 0.9 0.24
Hex 6A 75 6 9 0 5F 36 42 5A 18
Octal 152 165 6 11 0 137 66 102 132 30
Binary 1101010 1110101 110 1001 0 1011111 110110 1000010 1011010 11000

Color Harmonies of #6A7506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7506

Black with #6A7506

Text Example


Text Example

White with #6A7506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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