Html Css Color HEX #687502 Olive

📋 copy color: '#687502'

red 104 ◦ green 117 ◦ blue 2

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

Shades of Olive #687502

Tints of Olive #687502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.47%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 46.64%
G = 52.47%
B = 0.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#687502 (or 0x687502) is known color: Olive. HEX triplet: 68, 75 and 02. RGB value is (104,117,2). Sum of RGB (Red+Green+Blue) = 104+117+2=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #687502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687502 is #978AFD. Grayscale: #646464. Windows color (decimal): -9931518 or 161128. OLE color: 161128.

HSL color Cylindrical-coordinate representation of color #687502: hue angle of 66.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #687502 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 117 2 -
CMYK 0.11 0 0.98 0.54
HSL 66.78º 0.97% 0.23% -
HSV(B) 66.78º 0.98% 0.46% -
XYZ 12.08 15.67 2.45 -
YUV 100 72.69 130.85 -
System Red Green Blue C M Y K H S L
Decimal 104 117 2 0.11 0 0.98 0.54 66.78 0.97 0.23
Hex 68 75 2 B 0 62 36 43 61 17
Octal 150 165 2 13 0 142 66 103 141 27
Binary 1101000 1110101 10 1011 0 1100010 110110 1000011 1100001 10111

Color Harmonies of #687502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687502

Black with #687502

Text Example


Text Example

White with #687502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687502; }

 p { color: rgb(104,117,2); }

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

background-color css

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

 a { background-color: rgb(104,117,2); }

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

border-color css

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

 span { border-color: rgb(104,117,2); }

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