Html Css Color HEX #697F25 Olive Drab

📋 copy color: '#697F25'

red 105 ◦ green 127 ◦ blue 37

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

Shades of Olive Drab #697F25

Tints of Olive Drab #697F25

RGB

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

 GREEN value IS 127 (50% from 255) = 47.21%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 39.03%
G = 47.21%
B = 13.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#697F25 (or 0x697F25) is known color: Olive Drab. HEX triplet: 69, 7F and 25. RGB value is (105,127,37). Sum of RGB (Red+Green+Blue) = 105+127+37=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #697F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697F25 is #9680DA. Grayscale: #6E6E6E. Windows color (decimal): -9863387 or 2457449. OLE color: 2457449.

HSL color Cylindrical-coordinate representation of color #697F25: hue angle of 74.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #697F25 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 127 37 -
CMYK 0.17 0 0.71 0.50
HSL 74.67º 0.55% 0.32% -
HSV(B) 74.67º 0.71% 0.5% -
XYZ 13.75 18.32 4.56 -
YUV 110.16 86.71 124.32 -
System Red Green Blue C M Y K H S L
Decimal 105 127 37 0.17 0 0.71 0.50 74.67 0.55 0.32
Hex 69 7F 25 11 0 47 32 4B 37 20
Octal 151 177 45 21 0 107 62 113 67 40
Binary 1101001 1111111 100101 10001 0 1000111 110010 1001011 110111 100000

Color Harmonies of #697F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F25

Black with #697F25

Text Example


Text Example

White with #697F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,127,37); }

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

background-color css

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

 a { background-color: rgb(105,127,37); }

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

border-color css

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

 span { border-color: rgb(105,127,37); }

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