Html Css Color HEX #688200 Olive

📋 copy color: '#688200'

red 104 ◦ green 130 ◦ blue 0

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

Shades of Olive #688200

Tints of Olive #688200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.44%
G = 55.56%
B = 0%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#688200 (or 0x688200) is known color: Olive. HEX triplet: 68, 82 and 00. RGB value is (104,130,0). Sum of RGB (Red+Green+Blue) = 104+130+0=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #688200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688200 is #977DFF. Grayscale: #6B6B6B. Windows color (decimal): -9928192 or 33384. OLE color: 33384.

HSL color Cylindrical-coordinate representation of color #688200: hue angle of 72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #688200 is Cyan = 0.2, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 0 -
CMYK 0.2 0 1 0.49
HSL 72º 1% 0.25% -
HSV(B) 72º 1% 0.51% -
XYZ 13.69 18.91 2.93 -
YUV 107.41 67.39 125.57 -
System Red Green Blue C M Y K H S L
Decimal 104 130 0 0.2 0 1 0.49 72 1 0.25
Hex 68 82 0 14 0 64 31 48 64 19
Octal 150 202 0 24 0 144 61 110 144 31
Binary 1101000 10000010 0 10100 0 1100100 110001 1001000 1100100 11001

Color Harmonies of #688200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688200

Black with #688200

Text Example


Text Example

White with #688200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688200; }

 p { color: rgb(104,130,0); }

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

background-color css

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

 a { background-color: rgb(104,130,0); }

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

border-color css

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

 span { border-color: rgb(104,130,0); }

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