Html Css Color HEX #688105 Olive

📋 copy color: '#688105'

red 104 ◦ green 129 ◦ blue 5

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

Shades of Olive #688105

Tints of Olive #688105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.2%

 BLUE value IS 5 (2.34% from 255) = 2.1%

R = 43.7%
G = 54.2%
B = 2.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#688105 (or 0x688105) is known color: Olive. HEX triplet: 68, 81 and 05. RGB value is (104,129,5). Sum of RGB (Red+Green+Blue) = 104+129+5=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #688105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688105 is #977EFA. Grayscale: #6B6B6B. Windows color (decimal): -9928443 or 360808. OLE color: 360808.

HSL color Cylindrical-coordinate representation of color #688105: hue angle of 72.1º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #688105 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 129 5 -
CMYK 0.19 0 0.96 0.49
HSL 72.1º 0.93% 0.26% -
HSV(B) 72.1º 0.96% 0.51% -
XYZ 13.59 18.65 3.03 -
YUV 107.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 104 129 5 0.19 0 0.96 0.49 72.1 0.93 0.26
Hex 68 81 5 13 0 60 31 48 5D 1A
Octal 150 201 5 23 0 140 61 110 135 32
Binary 1101000 10000001 101 10011 0 1100000 110001 1001000 1011101 11010

Color Harmonies of #688105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688105

Black with #688105

Text Example


Text Example

White with #688105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688105; }

 p { color: rgb(104,129,5); }

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

background-color css

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

 a { background-color: rgb(104,129,5); }

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

border-color css

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

 span { border-color: rgb(104,129,5); }

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