Html Css Color HEX #6A6602 Olive

📋 copy color: '#6A6602'

red 106 ◦ green 102 ◦ blue 2

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

Shades of Olive #6A6602

Tints of Olive #6A6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.57%

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

R = 50.48%
G = 48.57%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6A6602 (or 0x6A6602) is known color: Olive. HEX triplet: 6A, 66 and 02. RGB value is (106,102,2). Sum of RGB (Red+Green+Blue) = 106+102+2=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6602 is #9599FD. Grayscale: #5C5C5C. Windows color (decimal): -9804286 or 157290. OLE color: 157290.

HSL color Cylindrical-coordinate representation of color #6A6602: hue angle of 57.69º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A6602 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 102 2 -
CMYK 0 0.04 0.98 0.58
HSL 57.69º 0.96% 0.21% -
HSV(B) 57.69º 0.98% 0.42% -
XYZ 10.71 12.57 1.92 -
YUV 91.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 106 102 2 0 0.04 0.98 0.58 57.69 0.96 0.21
Hex 6A 66 2 0 4 62 3A 3A 60 15
Octal 152 146 2 0 4 142 72 72 140 25
Binary 1101010 1100110 10 0 100 1100010 111010 111010 1100000 10101

Color Harmonies of #6A6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6602

Black with #6A6602

Text Example


Text Example

White with #6A6602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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