Html Css Color HEX #698530 Olive Drab

📋 copy color: '#698530'

red 105 ◦ green 133 ◦ blue 48

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

Shades of Olive Drab #698530

Tints of Olive Drab #698530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.78%

R = 36.71%
G = 46.5%
B = 16.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#698530 (or 0x698530) is known color: Olive Drab. HEX triplet: 69, 85 and 30. RGB value is (105,133,48). Sum of RGB (Red+Green+Blue) = 105+133+48=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #698530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698530 is #967ACF. Grayscale: #737373. Windows color (decimal): -9861840 or 3179881. OLE color: 3179881.

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

Color convert

RGB 105 133 48 -
CMYK 0.21 0 0.64 0.48
HSL 79.76º 0.47% 0.35% -
HSV(B) 79.76º 0.64% 0.52% -
XYZ 14.75 19.99 5.88 -
YUV 114.94 90.22 120.91 -
System Red Green Blue C M Y K H S L
Decimal 105 133 48 0.21 0 0.64 0.48 79.76 0.47 0.35
Hex 69 85 30 15 0 40 30 50 2F 23
Octal 151 205 60 25 0 100 60 120 57 43
Binary 1101001 10000101 110000 10101 0 1000000 110000 1010000 101111 100011

Color Harmonies of #698530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698530

Black with #698530

Text Example


Text Example

White with #698530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698530; }

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

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

background-color css

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

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

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

border-color css

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

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

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