Html Css Color HEX #697D09 Olive

📋 copy color: '#697D09'

red 105 ◦ green 125 ◦ blue 9

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

Shades of Olive #697D09

Tints of Olive #697D09

RGB

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

 GREEN value IS 125 (49.22% from 255) = 52.3%

 BLUE value IS 9 (3.91% from 255) = 3.77%

R = 43.93%
G = 52.3%
B = 3.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#697D09 (or 0x697D09) is known color: Olive. HEX triplet: 69, 7D and 09. RGB value is (105,125,9). Sum of RGB (Red+Green+Blue) = 105+125+9=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 125 (49.22% from 255 or 52.30% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 125 - color contains mainly: green. Hex color #697D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697D09 is #9682F6. Grayscale: #6A6A6A. Windows color (decimal): -9863927 or 621929. OLE color: 621929.

HSL color Cylindrical-coordinate representation of color #697D09: hue angle of 70.34º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #697D09 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 125 9 -
CMYK 0.16 0 0.93 0.51
HSL 70.34º 0.87% 0.26% -
HSV(B) 70.34º 0.93% 0.49% -
XYZ 13.21 17.69 2.98 -
YUV 105.8 73.37 127.43 -
System Red Green Blue C M Y K H S L
Decimal 105 125 9 0.16 0 0.93 0.51 70.34 0.87 0.26
Hex 69 7D 9 10 0 5D 33 46 57 1A
Octal 151 175 11 20 0 135 63 106 127 32
Binary 1101001 1111101 1001 10000 0 1011101 110011 1000110 1010111 11010

Color Harmonies of #697D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D09

Black with #697D09

Text Example


Text Example

White with #697D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697D09; }

 p { color: rgb(105,125,9); }

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

background-color css

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

 a { background-color: rgb(105,125,9); }

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

border-color css

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

 span { border-color: rgb(105,125,9); }

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