Html Css Color HEX #688730 Olive Drab

📋 copy color: '#688730'

red 104 ◦ green 135 ◦ blue 48

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

Shades of Olive Drab #688730

Tints of Olive Drab #688730

RGB

 RED value IS 104 (41.02% from 255) = 36.24%

 GREEN value IS 135 (53.13% from 255) = 47.04%

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

R = 36.24%
G = 47.04%
B = 16.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#688730 (or 0x688730) is known color: Olive Drab. HEX triplet: 68, 87 and 30. RGB value is (104,135,48). Sum of RGB (Red+Green+Blue) = 104+135+48=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #688730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688730 is #9778CF. Grayscale: #747474. Windows color (decimal): -9926864 or 3180392. OLE color: 3180392.

HSL color Cylindrical-coordinate representation of color #688730: hue angle of 81.38º degrees, saturation: 0.48, 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 #688730 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 48 -
CMYK 0.23 0 0.64 0.47
HSL 81.38º 0.48% 0.36% -
HSV(B) 81.38º 0.64% 0.53% -
XYZ 14.91 20.48 5.96 -
YUV 115.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 104 135 48 0.23 0 0.64 0.47 81.38 0.48 0.36
Hex 68 87 30 17 0 40 2F 51 30 24
Octal 150 207 60 27 0 100 57 121 60 44
Binary 1101000 10000111 110000 10111 0 1000000 101111 1010001 110000 100100

Color Harmonies of #688730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688730

Black with #688730

Text Example


Text Example

White with #688730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688730; }

 p { color: rgb(104,135,48); }

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

background-color css

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

 a { background-color: rgb(104,135,48); }

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

border-color css

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

 span { border-color: rgb(104,135,48); }

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