Html Css Color HEX #696A02 Olive

📋 copy color: '#696A02'

red 105 ◦ green 106 ◦ blue 2

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

Shades of Olive #696A02

Tints of Olive #696A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 49.77%

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

R = 49.3%
G = 49.77%
B = 0.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#696A02 (or 0x696A02) is known color: Olive. HEX triplet: 69, 6A and 02. RGB value is (105,106,2). Sum of RGB (Red+Green+Blue) = 105+106+2=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 106 (41.80% from 255 or 49.77% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 106 - color contains mainly: green. Hex color #696A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696A02 is #9695FD. Grayscale: #5E5E5E. Windows color (decimal): -9868798 or 158313. OLE color: 158313.

HSL color Cylindrical-coordinate representation of color #696A02: hue angle of 60.58º 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 #696A02 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 106 2 -
CMYK 0.01 0 0.98 0.58
HSL 60.58º 0.96% 0.21% -
HSV(B) 60.58º 0.98% 0.42% -
XYZ 10.99 13.32 2.05 -
YUV 93.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 105 106 2 0.01 0 0.98 0.58 60.58 0.96 0.21
Hex 69 6A 2 1 0 62 3A 3D 60 15
Octal 151 152 2 1 0 142 72 75 140 25
Binary 1101001 1101010 10 1 0 1100010 111010 111101 1100000 10101

Color Harmonies of #696A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696A02

Black with #696A02

Text Example


Text Example

White with #696A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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