Html Css Color HEX #696502 Olive

📋 copy color: '#696502'

red 105 ◦ green 101 ◦ blue 2

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

Shades of Olive #696502

Tints of Olive #696502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.56%

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

R = 50.48%
G = 48.56%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#696502 (or 0x696502) is known color: Olive. HEX triplet: 69, 65 and 02. RGB value is (105,101,2). Sum of RGB (Red+Green+Blue) = 105+101+2=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #696502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696502 is #969AFD. Grayscale: #5B5B5B. Windows color (decimal): -9870078 or 157033. OLE color: 157033.

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

Color convert

RGB 105 101 2 -
CMYK 0 0.04 0.98 0.59
HSL 57.67º 0.96% 0.21% -
HSV(B) 57.67º 0.98% 0.41% -
XYZ 10.49 12.32 1.88 -
YUV 90.91 77.83 138.05 -
System Red Green Blue C M Y K H S L
Decimal 105 101 2 0 0.04 0.98 0.59 57.67 0.96 0.21
Hex 69 65 2 0 4 62 3B 3A 60 15
Octal 151 145 2 0 4 142 73 72 140 25
Binary 1101001 1100101 10 0 100 1100010 111011 111010 1100000 10101

Color Harmonies of #696502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696502

Black with #696502

Text Example


Text Example

White with #696502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696502; }

 p { color: rgb(105,101,2); }

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

background-color css

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

 a { background-color: rgb(105,101,2); }

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

border-color css

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

 span { border-color: rgb(105,101,2); }

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