Html Css Color HEX #696200 Olive

📋 copy color: '#696200'

red 105 ◦ green 98 ◦ blue 0

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

Shades of Olive #696200

Tints of Olive #696200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.72%
G = 48.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#696200 (or 0x696200) is known color: Olive. HEX triplet: 69, 62 and 00. RGB value is (105,98,0). Sum of RGB (Red+Green+Blue) = 105+98+0=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #696200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696200 is #969DFF. Grayscale: #595959. Windows color (decimal): -9870848 or 25193. OLE color: 25193.

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

Color convert

RGB 105 98 0 -
CMYK 0 0.07 1 0.59
HSL 56º 1% 0.21% -
HSV(B) 56º 1% 0.41% -
XYZ 10.19 11.74 1.73 -
YUV 88.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 105 98 0 0 0.07 1 0.59 56 1 0.21
Hex 69 62 0 0 7 64 3B 38 64 15
Octal 151 142 0 0 7 144 73 70 144 25
Binary 1101001 1100010 0 0 111 1100100 111011 111000 1100100 10101

Color Harmonies of #696200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696200

Black with #696200

Text Example


Text Example

White with #696200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696200; }

 p { color: rgb(105,98,0); }

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

background-color css

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

 a { background-color: rgb(105,98,0); }

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

border-color css

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

 span { border-color: rgb(105,98,0); }

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