Html Css Color HEX #677003 Olive

📋 copy color: '#677003'

red 103 ◦ green 112 ◦ blue 3

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

Shades of Olive #677003

Tints of Olive #677003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 3 (1.56% from 255) = 1.38%

R = 47.25%
G = 51.38%
B = 1.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#677003 (or 0x677003) is known color: Olive. HEX triplet: 67, 70 and 03. RGB value is (103,112,3). Sum of RGB (Red+Green+Blue) = 103+112+3=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #677003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677003 is #988FFC. Grayscale: #616161. Windows color (decimal): -9998333 or 225383. OLE color: 225383.

HSL color Cylindrical-coordinate representation of color #677003: hue angle of 64.95º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #677003 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 3 -
CMYK 0.08 0 0.97 0.56
HSL 64.95º 0.95% 0.23% -
HSV(B) 64.95º 0.97% 0.44% -
XYZ 11.4 14.48 2.28 -
YUV 96.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 103 112 3 0.08 0 0.97 0.56 64.95 0.95 0.23
Hex 67 70 3 8 0 61 38 41 5F 17
Octal 147 160 3 10 0 141 70 101 137 27
Binary 1100111 1110000 11 1000 0 1100001 111000 1000001 1011111 10111

Color Harmonies of #677003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677003

Black with #677003

Text Example


Text Example

White with #677003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677003; }

 p { color: rgb(103,112,3); }

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

background-color css

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

 a { background-color: rgb(103,112,3); }

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

border-color css

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

 span { border-color: rgb(103,112,3); }

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