Html Css Color HEX #698527 Olive Drab

📋 copy color: '#698527'

red 105 ◦ green 133 ◦ blue 39

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

Shades of Olive Drab #698527

Tints of Olive Drab #698527

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.01%

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

R = 37.91%
G = 48.01%
B = 14.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#698527 (or 0x698527) is known color: Olive Drab. HEX triplet: 69, 85 and 27. RGB value is (105,133,39). Sum of RGB (Red+Green+Blue) = 105+133+39=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #698527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698527 is #967AD8. Grayscale: #727272. Windows color (decimal): -9861849 or 2590057. OLE color: 2590057.

HSL color Cylindrical-coordinate representation of color #698527: hue angle of 77.87º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #698527 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 39 -
CMYK 0.21 0 0.71 0.48
HSL 77.87º 0.55% 0.34% -
HSV(B) 77.87º 0.71% 0.52% -
XYZ 14.58 19.92 5 -
YUV 113.91 85.72 121.64 -
System Red Green Blue C M Y K H S L
Decimal 105 133 39 0.21 0 0.71 0.48 77.87 0.55 0.34
Hex 69 85 27 15 0 47 30 4E 37 22
Octal 151 205 47 25 0 107 60 116 67 42
Binary 1101001 10000101 100111 10101 0 1000111 110000 1001110 110111 100010

Color Harmonies of #698527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698527

Black with #698527

Text Example


Text Example

White with #698527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698527; }

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

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

background-color css

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

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

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

border-color css

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

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

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