Html Css Color HEX #688C30 Olive Drab

📋 copy color: '#688C30'

red 104 ◦ green 140 ◦ blue 48

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

Shades of Olive Drab #688C30

Tints of Olive Drab #688C30

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.95%

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

R = 35.62%
G = 47.95%
B = 16.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#688C30 (or 0x688C30) is known color: Olive Drab. HEX triplet: 68, 8C and 30. RGB value is (104,140,48). Sum of RGB (Red+Green+Blue) = 104+140+48=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #688C30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688C30 is #9773CF. Grayscale: #777777. Windows color (decimal): -9925584 or 3181672. OLE color: 3181672.

HSL color Cylindrical-coordinate representation of color #688C30: hue angle of 83.48º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #688C30 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 140 48 -
CMYK 0.26 0 0.66 0.45
HSL 83.48º 0.49% 0.37% -
HSV(B) 83.48º 0.66% 0.55% -
XYZ 15.62 21.91 6.2 -
YUV 118.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 104 140 48 0.26 0 0.66 0.45 83.48 0.49 0.37
Hex 68 8C 30 1A 0 42 2D 53 31 25
Octal 150 214 60 32 0 102 55 123 61 45
Binary 1101000 10001100 110000 11010 0 1000010 101101 1010011 110001 100101

Color Harmonies of #688C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688C30

Black with #688C30

Text Example


Text Example

White with #688C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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