Html Css Color HEX #629073 Oxley

📋 copy color: '#629073'

red 98 ◦ green 144 ◦ blue 115

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

Shades of Oxley #629073

Tints of Oxley #629073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.34%

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

R = 27.45%
G = 40.34%
B = 32.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#629073 (or 0x629073) is known color: Oxley. HEX triplet: 62, 90 and 73. RGB value is (98,144,115). Sum of RGB (Red+Green+Blue) = 98+144+115=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #629073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629073 is #9D6F8C. Grayscale: #7F7F7F. Windows color (decimal): -10317709 or 7573602. OLE color: 7573602.

HSL color Cylindrical-coordinate representation of color #629073: hue angle of 142.17º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629073 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 144 115 -
CMYK 0.32 0 0.20 0.44
HSL 142.17º 0.19% 0.47% -
HSV(B) 142.17º 0.32% 0.56% -
XYZ 18.1 23.78 19.86 -
YUV 126.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 98 144 115 0.32 0 0.20 0.44 142.17 0.19 0.47
Hex 62 90 73 20 0 14 2C 8E 13 2F
Octal 142 220 163 40 0 24 54 216 23 57
Binary 1100010 10010000 1110011 100000 0 10100 101100 10001110 10011 101111

Color Harmonies of #629073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629073

Black with #629073

Text Example


Text Example

White with #629073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629073; }

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

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

background-color css

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

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

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

border-color css

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

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

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