Html Css Color HEX #696604 Olive

📋 copy color: '#696604'

red 105 ◦ green 102 ◦ blue 4

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

Shades of Olive #696604

Tints of Olive #696604

RGB

 RED value IS 105 (41.41% from 255) = 49.76%

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 49.76%
G = 48.34%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#696604 (or 0x696604) is known color: Olive. HEX triplet: 69, 66 and 04. RGB value is (105,102,4). Sum of RGB (Red+Green+Blue) = 105+102+4=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #696604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696604 is #9699FB. Grayscale: #5C5C5C. Windows color (decimal): -9869820 or 288361. OLE color: 288361.

HSL color Cylindrical-coordinate representation of color #696604: hue angle of 58.22º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #696604 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 102 4 -
CMYK 0 0.03 0.96 0.59
HSL 58.22º 0.93% 0.21% -
HSV(B) 58.22º 0.96% 0.41% -
XYZ 10.6 12.51 1.97 -
YUV 91.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 105 102 4 0 0.03 0.96 0.59 58.22 0.93 0.21
Hex 69 66 4 0 3 60 3B 3A 5D 15
Octal 151 146 4 0 3 140 73 72 135 25
Binary 1101001 1100110 100 0 11 1100000 111011 111010 1011101 10101

Color Harmonies of #696604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696604

Black with #696604

Text Example


Text Example

White with #696604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696604; }

 p { color: rgb(105,102,4); }

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

background-color css

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

 a { background-color: rgb(105,102,4); }

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

border-color css

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

 span { border-color: rgb(105,102,4); }

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