Html Css Color HEX #697005 Olive

📋 copy color: '#697005'

red 105 ◦ green 112 ◦ blue 5

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

Shades of Olive #697005

Tints of Olive #697005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.25%

R = 47.3%
G = 50.45%
B = 2.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#697005 (or 0x697005) is known color: Olive. HEX triplet: 69, 70 and 05. RGB value is (105,112,5). Sum of RGB (Red+Green+Blue) = 105+112+5=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #697005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697005 is #968FFA. Grayscale: #626262. Windows color (decimal): -9867259 or 356457. OLE color: 356457.

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

Color convert

RGB 105 112 5 -
CMYK 0.06 0 0.96 0.56
HSL 63.93º 0.91% 0.23% -
HSV(B) 63.93º 0.96% 0.44% -
XYZ 11.65 14.6 2.35 -
YUV 97.71 75.68 133.2 -
System Red Green Blue C M Y K H S L
Decimal 105 112 5 0.06 0 0.96 0.56 63.93 0.91 0.23
Hex 69 70 5 6 0 60 38 40 5B 17
Octal 151 160 5 6 0 140 70 100 133 27
Binary 1101001 1110000 101 110 0 1100000 111000 1000000 1011011 10111

Color Harmonies of #697005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697005

Black with #697005

Text Example


Text Example

White with #697005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697005; }

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

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

background-color css

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

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

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

border-color css

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

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

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