Html Css Color HEX #698030 Olive Drab

📋 copy color: '#698030'

red 105 ◦ green 128 ◦ blue 48

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

Shades of Olive Drab #698030

Tints of Olive Drab #698030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

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

R = 37.37%
G = 45.55%
B = 17.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#698030 (or 0x698030) is known color: Olive Drab. HEX triplet: 69, 80 and 30. RGB value is (105,128,48). Sum of RGB (Red+Green+Blue) = 105+128+48=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #698030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698030 is #967FCF. Grayscale: #707070. Windows color (decimal): -9863120 or 3178601. OLE color: 3178601.

HSL color Cylindrical-coordinate representation of color #698030: hue angle of 77.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #698030 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 48 -
CMYK 0.18 0 0.62 0.50
HSL 77.25º 0.45% 0.35% -
HSV(B) 77.25º 0.63% 0.5% -
XYZ 14.08 18.66 5.66 -
YUV 112 91.88 123 -
System Red Green Blue C M Y K H S L
Decimal 105 128 48 0.18 0 0.62 0.50 77.25 0.45 0.35
Hex 69 80 30 12 0 3E 32 4D 2D 23
Octal 151 200 60 22 0 76 62 115 55 43
Binary 1101001 10000000 110000 10010 0 111110 110010 1001101 101101 100011

Color Harmonies of #698030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698030

Black with #698030

Text Example


Text Example

White with #698030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698030; }

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

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

background-color css

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

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

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

border-color css

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

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

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