Html Css Color HEX #6A7406 Olive

📋 copy color: '#6A7406'

red 106 ◦ green 116 ◦ blue 6

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

Shades of Olive #6A7406

Tints of Olive #6A7406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.88%

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

R = 46.49%
G = 50.88%
B = 2.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#6A7406 (or 0x6A7406) is known color: Olive. HEX triplet: 6A, 74 and 06. RGB value is (106,116,6). Sum of RGB (Red+Green+Blue) = 106+116+6=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7406 is #958BF9. Grayscale: #646464. Windows color (decimal): -9800698 or 423018. OLE color: 423018.

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

Color convert

RGB 106 116 6 -
CMYK 0.09 0 0.95 0.55
HSL 65.45º 0.9% 0.24% -
HSV(B) 65.45º 0.95% 0.45% -
XYZ 12.22 15.57 2.53 -
YUV 100.47 74.69 131.94 -
System Red Green Blue C M Y K H S L
Decimal 106 116 6 0.09 0 0.95 0.55 65.45 0.9 0.24
Hex 6A 74 6 9 0 5F 37 41 5A 18
Octal 152 164 6 11 0 137 67 101 132 30
Binary 1101010 1110100 110 1001 0 1011111 110111 1000001 1011010 11000

Color Harmonies of #6A7406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7406

Black with #6A7406

Text Example


Text Example

White with #6A7406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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