Html Css Color HEX #677504 Olive

📋 copy color: '#677504'

red 103 ◦ green 117 ◦ blue 4

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

Shades of Olive #677504

Tints of Olive #677504

RGB

 RED value IS 103 (40.63% from 255) = 45.98%

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

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 45.98%
G = 52.23%
B = 1.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#677504 (or 0x677504) is known color: Olive. HEX triplet: 67, 75 and 04. RGB value is (103,117,4). Sum of RGB (Red+Green+Blue) = 103+117+4=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #677504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677504 is #988AFB. Grayscale: #646464. Windows color (decimal): -9997052 or 292199. OLE color: 292199.

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

Color convert

RGB 103 117 4 -
CMYK 0.12 0 0.97 0.54
HSL 67.43º 0.93% 0.24% -
HSV(B) 67.43º 0.97% 0.46% -
XYZ 11.98 15.61 2.5 -
YUV 99.93 73.86 130.19 -
System Red Green Blue C M Y K H S L
Decimal 103 117 4 0.12 0 0.97 0.54 67.43 0.93 0.24
Hex 67 75 4 C 0 61 36 43 5D 18
Octal 147 165 4 14 0 141 66 103 135 30
Binary 1100111 1110101 100 1100 0 1100001 110110 1000011 1011101 11000

Color Harmonies of #677504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677504

Black with #677504

Text Example


Text Example

White with #677504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677504; }

 p { color: rgb(103,117,4); }

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

background-color css

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

 a { background-color: rgb(103,117,4); }

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

border-color css

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

 span { border-color: rgb(103,117,4); }

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