Html Css Color HEX #699727 Olive Drab

📋 copy color: '#699727'

red 105 ◦ green 151 ◦ blue 39

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

Shades of Olive Drab #699727

Tints of Olive Drab #699727

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.19%

 BLUE value IS 39 (15.63% from 255) = 13.22%

R = 35.59%
G = 51.19%
B = 13.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#699727 (or 0x699727) is known color: Olive Drab. HEX triplet: 69, 97 and 27. RGB value is (105,151,39). Sum of RGB (Red+Green+Blue) = 105+151+39=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #699727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699727 is #9668D8. Grayscale: #7C7C7C. Windows color (decimal): -9857241 or 2594665. OLE color: 2594665.

HSL color Cylindrical-coordinate representation of color #699727: hue angle of 84.64º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #699727 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 39 -
CMYK 0.30 0 0.74 0.41
HSL 84.64º 0.59% 0.37% -
HSV(B) 84.64º 0.74% 0.59% -
XYZ 17.26 25.28 5.89 -
YUV 124.48 79.76 114.11 -
System Red Green Blue C M Y K H S L
Decimal 105 151 39 0.30 0 0.74 0.41 84.64 0.59 0.37
Hex 69 97 27 1E 0 4A 29 55 3B 25
Octal 151 227 47 36 0 112 51 125 73 45
Binary 1101001 10010111 100111 11110 0 1001010 101001 1010101 111011 100101

Color Harmonies of #699727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699727

Black with #699727

Text Example


Text Example

White with #699727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699727; }

 p { color: rgb(105,151,39); }

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

background-color css

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

 a { background-color: rgb(105,151,39); }

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

border-color css

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

 span { border-color: rgb(105,151,39); }

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