Html Css Color HEX #688405 Olive

📋 copy color: '#688405'

red 104 ◦ green 132 ◦ blue 5

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

Shades of Olive #688405

Tints of Olive #688405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.77%

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

R = 43.15%
G = 54.77%
B = 2.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#688405 (or 0x688405) is known color: Olive. HEX triplet: 68, 84 and 05. RGB value is (104,132,5). Sum of RGB (Red+Green+Blue) = 104+132+5=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #688405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688405 is #977BFA. Grayscale: #6D6D6D. Windows color (decimal): -9927675 or 361576. OLE color: 361576.

HSL color Cylindrical-coordinate representation of color #688405: hue angle of 73.23º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #688405 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 5 -
CMYK 0.21 0 0.96 0.48
HSL 73.23º 0.93% 0.27% -
HSV(B) 73.23º 0.96% 0.52% -
XYZ 13.99 19.46 3.16 -
YUV 109.15 69.22 124.33 -
System Red Green Blue C M Y K H S L
Decimal 104 132 5 0.21 0 0.96 0.48 73.23 0.93 0.27
Hex 68 84 5 15 0 60 30 49 5D 1B
Octal 150 204 5 25 0 140 60 111 135 33
Binary 1101000 10000100 101 10101 0 1100000 110000 1001001 1011101 11011

Color Harmonies of #688405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688405

Black with #688405

Text Example


Text Example

White with #688405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688405; }

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

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

background-color css

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

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

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

border-color css

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

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

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