Html Css Color HEX #677502 Olive

📋 copy color: '#677502'

red 103 ◦ green 117 ◦ blue 2

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

Shades of Olive #677502

Tints of Olive #677502

RGB

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

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

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

R = 46.4%
G = 52.7%
B = 0.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#677502 (or 0x677502) is known color: Olive. HEX triplet: 67, 75 and 02. RGB value is (103,117,2). Sum of RGB (Red+Green+Blue) = 103+117+2=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #677502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677502 is #988AFD. Grayscale: #646464. Windows color (decimal): -9997054 or 161127. OLE color: 161127.

HSL color Cylindrical-coordinate representation of color #677502: hue angle of 67.3º 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 #677502 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 117 2 -
CMYK 0.12 0 0.98 0.54
HSL 67.3º 0.97% 0.23% -
HSV(B) 67.3º 0.98% 0.46% -
XYZ 11.97 15.61 2.44 -
YUV 99.7 72.86 130.35 -
System Red Green Blue C M Y K H S L
Decimal 103 117 2 0.12 0 0.98 0.54 67.3 0.97 0.23
Hex 67 75 2 C 0 62 36 43 61 17
Octal 147 165 2 14 0 142 66 103 141 27
Binary 1100111 1110101 10 1100 0 1100010 110110 1000011 1100001 10111

Color Harmonies of #677502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677502

Black with #677502

Text Example


Text Example

White with #677502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677502; }

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

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

background-color css

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

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

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

border-color css

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

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

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