Html Css Color HEX #699527 Olive Drab

📋 copy color: '#699527'

red 105 ◦ green 149 ◦ blue 39

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

Shades of Olive Drab #699527

Tints of Olive Drab #699527

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.85%

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

R = 35.84%
G = 50.85%
B = 13.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#699527 (or 0x699527) is known color: Olive Drab. HEX triplet: 69, 95 and 27. RGB value is (105,149,39). Sum of RGB (Red+Green+Blue) = 105+149+39=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #699527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699527 is #966AD8. Grayscale: #7B7B7B. Windows color (decimal): -9857753 or 2594153. OLE color: 2594153.

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

Color convert

RGB 105 149 39 -
CMYK 0.30 0 0.74 0.42
HSL 84º 0.59% 0.37% -
HSV(B) 84º 0.74% 0.58% -
XYZ 16.94 24.64 5.78 -
YUV 123.3 80.42 114.94 -
System Red Green Blue C M Y K H S L
Decimal 105 149 39 0.30 0 0.74 0.42 84 0.59 0.37
Hex 69 95 27 1E 0 4A 2A 54 3B 25
Octal 151 225 47 36 0 112 52 124 73 45
Binary 1101001 10010101 100111 11110 0 1001010 101010 1010100 111011 100101

Color Harmonies of #699527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699527

Black with #699527

Text Example


Text Example

White with #699527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699527; }

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

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

background-color css

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

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

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

border-color css

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

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

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