Html Css Color HEX #697502 Olive

📋 copy color: '#697502'

red 105 ◦ green 117 ◦ blue 2

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

Shades of Olive #697502

Tints of Olive #697502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.23%

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

R = 46.88%
G = 52.23%
B = 0.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#697502 (or 0x697502) is known color: Olive. HEX triplet: 69, 75 and 02. RGB value is (105,117,2). Sum of RGB (Red+Green+Blue) = 105+117+2=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #697502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697502 is #968AFD. Grayscale: #646464. Windows color (decimal): -9865982 or 161129. OLE color: 161129.

HSL color Cylindrical-coordinate representation of color #697502: hue angle of 66.26º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #697502 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 2 -
CMYK 0.10 0 0.98 0.54
HSL 66.26º 0.97% 0.23% -
HSV(B) 66.26º 0.98% 0.46% -
XYZ 12.2 15.73 2.45 -
YUV 100.3 72.52 131.35 -
System Red Green Blue C M Y K H S L
Decimal 105 117 2 0.10 0 0.98 0.54 66.26 0.97 0.23
Hex 69 75 2 A 0 62 36 42 61 17
Octal 151 165 2 12 0 142 66 102 141 27
Binary 1101001 1110101 10 1010 0 1100010 110110 1000010 1100001 10111

Color Harmonies of #697502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697502

Black with #697502

Text Example


Text Example

White with #697502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697502; }

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

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

background-color css

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

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

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

border-color css

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

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

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