Html Css Color HEX #698630 Olive Drab

📋 copy color: '#698630'

red 105 ◦ green 134 ◦ blue 48

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

Shades of Olive Drab #698630

Tints of Olive Drab #698630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.69%

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

R = 36.59%
G = 46.69%
B = 16.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#698630 (or 0x698630) is known color: Olive Drab. HEX triplet: 69, 86 and 30. RGB value is (105,134,48). Sum of RGB (Red+Green+Blue) = 105+134+48=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #698630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698630 is #9679CF. Grayscale: #737373. Windows color (decimal): -9861584 or 3180137. OLE color: 3180137.

HSL color Cylindrical-coordinate representation of color #698630: hue angle of 80.23º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #698630 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 134 48 -
CMYK 0.22 0 0.64 0.47
HSL 80.23º 0.47% 0.36% -
HSV(B) 80.23º 0.64% 0.53% -
XYZ 14.88 20.27 5.92 -
YUV 115.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 105 134 48 0.22 0 0.64 0.47 80.23 0.47 0.36
Hex 69 86 30 16 0 40 2F 50 2F 24
Octal 151 206 60 26 0 100 57 120 57 44
Binary 1101001 10000110 110000 10110 0 1000000 101111 1010000 101111 100100

Color Harmonies of #698630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698630

Black with #698630

Text Example


Text Example

White with #698630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698630; }

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

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

background-color css

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

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

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

border-color css

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

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

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