Html Css Color HEX #629773 Oxley

📋 copy color: '#629773'

red 98 ◦ green 151 ◦ blue 115

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

Shades of Oxley #629773

Tints of Oxley #629773

RGB

 RED value IS 98 (38.67% from 255) = 26.92%

 GREEN value IS 151 (59.38% from 255) = 41.48%

 BLUE value IS 115 (45.31% from 255) = 31.59%

R = 26.92%
G = 41.48%
B = 31.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#629773 (or 0x629773) is known color: Oxley. HEX triplet: 62, 97 and 73. RGB value is (98,151,115). Sum of RGB (Red+Green+Blue) = 98+151+115=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #629773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629773 is #9D688C. Grayscale: #838383. Windows color (decimal): -10315917 or 7575394. OLE color: 7575394.

HSL color Cylindrical-coordinate representation of color #629773: hue angle of 139.25º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #629773 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 151 115 -
CMYK 0.35 0 0.24 0.41
HSL 139.25º 0.21% 0.49% -
HSV(B) 139.25º 0.35% 0.59% -
XYZ 19.2 25.97 20.22 -
YUV 131.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 98 151 115 0.35 0 0.24 0.41 139.25 0.21 0.49
Hex 62 97 73 23 0 18 29 8B 15 31
Octal 142 227 163 43 0 30 51 213 25 61
Binary 1100010 10010111 1110011 100011 0 11000 101001 10001011 10101 110001

Color Harmonies of #629773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629773

Black with #629773

Text Example


Text Example

White with #629773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629773; }

 p { color: rgb(98,151,115); }

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

background-color css

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

 a { background-color: rgb(98,151,115); }

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

border-color css

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

 span { border-color: rgb(98,151,115); }

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