Html Css Color HEX #629378 Oxley

📋 copy color: '#629378'

red 98 ◦ green 147 ◦ blue 120

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

Shades of Oxley #629378

Tints of Oxley #629378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.88%

R = 26.85%
G = 40.27%
B = 32.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#629378 (or 0x629378) is known color: Oxley. HEX triplet: 62, 93 and 78. RGB value is (98,147,120). Sum of RGB (Red+Green+Blue) = 98+147+120=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #629378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629378 is #9D6C87. Grayscale: #818181. Windows color (decimal): -10316936 or 7902050. OLE color: 7902050.

HSL color Cylindrical-coordinate representation of color #629378: hue angle of 146.94º 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 #629378 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 147 120 -
CMYK 0.33 0 0.18 0.42
HSL 146.94º 0.2% 0.48% -
HSV(B) 146.94º 0.33% 0.58% -
XYZ 18.86 24.82 21.57 -
YUV 129.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 98 147 120 0.33 0 0.18 0.42 146.94 0.2 0.48
Hex 62 93 78 21 0 12 2A 93 14 30
Octal 142 223 170 41 0 22 52 223 24 60
Binary 1100010 10010011 1111000 100001 0 10010 101010 10010011 10100 110000

Color Harmonies of #629378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629378

Black with #629378

Text Example


Text Example

White with #629378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629378; }

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

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

background-color css

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

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

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

border-color css

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

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

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