Html Css Color HEX #688530 Olive Drab

📋 copy color: '#688530'

red 104 ◦ green 133 ◦ blue 48

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

Shades of Olive Drab #688530

Tints of Olive Drab #688530

RGB

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

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

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

R = 36.49%
G = 46.67%
B = 16.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#688530 (or 0x688530) is known color: Olive Drab. HEX triplet: 68, 85 and 30. RGB value is (104,133,48). Sum of RGB (Red+Green+Blue) = 104+133+48=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #688530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688530 is #977ACF. Grayscale: #727272. Windows color (decimal): -9927376 or 3179880. OLE color: 3179880.

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

Color convert

RGB 104 133 48 -
CMYK 0.22 0 0.64 0.48
HSL 80.47º 0.47% 0.35% -
HSV(B) 80.47º 0.64% 0.52% -
XYZ 14.63 19.93 5.87 -
YUV 114.64 90.39 120.41 -
System Red Green Blue C M Y K H S L
Decimal 104 133 48 0.22 0 0.64 0.48 80.47 0.47 0.35
Hex 68 85 30 16 0 40 30 50 2F 23
Octal 150 205 60 26 0 100 60 120 57 43
Binary 1101000 10000101 110000 10110 0 1000000 110000 1010000 101111 100011

Color Harmonies of #688530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688530

Black with #688530

Text Example


Text Example

White with #688530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688530; }

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

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

background-color css

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

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

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

border-color css

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

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

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