Html Css Color HEX #697003 Olive

📋 copy color: '#697003'

red 105 ◦ green 112 ◦ blue 3

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

Shades of Olive #697003

Tints of Olive #697003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.91%

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 47.73%
G = 50.91%
B = 1.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#697003 (or 0x697003) is known color: Olive. HEX triplet: 69, 70 and 03. RGB value is (105,112,3). Sum of RGB (Red+Green+Blue) = 105+112+3=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #697003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697003 is #968FFC. Grayscale: #616161. Windows color (decimal): -9867261 or 225385. OLE color: 225385.

HSL color Cylindrical-coordinate representation of color #697003: hue angle of 63.85º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #697003 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 112 3 -
CMYK 0.06 0 0.97 0.56
HSL 63.85º 0.95% 0.23% -
HSV(B) 63.85º 0.97% 0.44% -
XYZ 11.64 14.6 2.29 -
YUV 97.48 74.68 133.36 -
System Red Green Blue C M Y K H S L
Decimal 105 112 3 0.06 0 0.97 0.56 63.85 0.95 0.23
Hex 69 70 3 6 0 61 38 40 5F 17
Octal 151 160 3 6 0 141 70 100 137 27
Binary 1101001 1110000 11 110 0 1100001 111000 1000000 1011111 10111

Color Harmonies of #697003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697003

Black with #697003

Text Example


Text Example

White with #697003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697003; }

 p { color: rgb(105,112,3); }

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

background-color css

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

 a { background-color: rgb(105,112,3); }

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

border-color css

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

 span { border-color: rgb(105,112,3); }

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