Html Css Color HEX #6A6E05 Olive

📋 copy color: '#6A6E05'

red 106 ◦ green 110 ◦ blue 5

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

Shades of Olive #6A6E05

Tints of Olive #6A6E05

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.77%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 47.96%
G = 49.77%
B = 2.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6A6E05 (or 0x6A6E05) is known color: Olive. HEX triplet: 6A, 6E and 05. RGB value is (106,110,5). Sum of RGB (Red+Green+Blue) = 106+110+5=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #6A6E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6E05 is #9591FA. Grayscale: #616161. Windows color (decimal): -9802235 or 355946. OLE color: 355946.

HSL color Cylindrical-coordinate representation of color #6A6E05: hue angle of 62.29º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A6E05 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 110 5 -
CMYK 0.04 0 0.95 0.57
HSL 62.29º 0.91% 0.23% -
HSV(B) 62.29º 0.95% 0.43% -
XYZ 11.55 14.23 2.28 -
YUV 96.83 76.17 134.54 -
System Red Green Blue C M Y K H S L
Decimal 106 110 5 0.04 0 0.95 0.57 62.29 0.91 0.23
Hex 6A 6E 5 4 0 5F 39 3E 5B 17
Octal 152 156 5 4 0 137 71 76 133 27
Binary 1101010 1101110 101 100 0 1011111 111001 111110 1011011 10111

Color Harmonies of #6A6E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6E05

Black with #6A6E05

Text Example


Text Example

White with #6A6E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,110,5); }

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

background-color css

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

 a { background-color: rgb(106,110,5); }

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

border-color css

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

 span { border-color: rgb(106,110,5); }

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