Html Css Color HEX #629374 Oxley

📋 copy color: '#629374'

red 98 ◦ green 147 ◦ blue 116

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

Shades of Oxley #629374

Tints of Oxley #629374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.72%

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 27.15%
G = 40.72%
B = 32.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#629374 (or 0x629374) is known color: Oxley. HEX triplet: 62, 93 and 74. RGB value is (98,147,116). Sum of RGB (Red+Green+Blue) = 98+147+116=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #629374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629374 is #9D6C8B. Grayscale: #808080. Windows color (decimal): -10316940 or 7639906. OLE color: 7639906.

HSL color Cylindrical-coordinate representation of color #629374: hue angle of 142.04º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629374 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 147 116 -
CMYK 0.33 0 0.21 0.42
HSL 142.04º 0.2% 0.48% -
HSV(B) 142.04º 0.33% 0.58% -
XYZ 18.62 24.73 20.31 -
YUV 128.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 98 147 116 0.33 0 0.21 0.42 142.04 0.2 0.48
Hex 62 93 74 21 0 15 2A 8E 14 30
Octal 142 223 164 41 0 25 52 216 24 60
Binary 1100010 10010011 1110100 100001 0 10101 101010 10001110 10100 110000

Color Harmonies of #629374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629374

Black with #629374

Text Example


Text Example

White with #629374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629374; }

 p { color: rgb(98,147,116); }

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

background-color css

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

 a { background-color: rgb(98,147,116); }

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

border-color css

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

 span { border-color: rgb(98,147,116); }

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