Html Css Color HEX #677102 Olive

📋 copy color: '#677102'

red 103 ◦ green 113 ◦ blue 2

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

Shades of Olive #677102

Tints of Olive #677102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.83%

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

R = 47.25%
G = 51.83%
B = 0.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#677102 (or 0x677102) is known color: Olive. HEX triplet: 67, 71 and 02. RGB value is (103,113,2). Sum of RGB (Red+Green+Blue) = 103+113+2=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #677102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677102 is #988EFD. Grayscale: #616161. Windows color (decimal): -9998078 or 160103. OLE color: 160103.

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

Color convert

RGB 103 113 2 -
CMYK 0.09 0 0.98 0.56
HSL 65.41º 0.97% 0.23% -
HSV(B) 65.41º 0.98% 0.44% -
XYZ 11.51 14.7 2.29 -
YUV 97.36 74.19 132.03 -
System Red Green Blue C M Y K H S L
Decimal 103 113 2 0.09 0 0.98 0.56 65.41 0.97 0.23
Hex 67 71 2 9 0 62 38 41 61 17
Octal 147 161 2 11 0 142 70 101 141 27
Binary 1100111 1110001 10 1001 0 1100010 111000 1000001 1100001 10111

Color Harmonies of #677102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677102

Black with #677102

Text Example


Text Example

White with #677102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677102; }

 p { color: rgb(103,113,2); }

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

background-color css

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

 a { background-color: rgb(103,113,2); }

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

border-color css

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

 span { border-color: rgb(103,113,2); }

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