Html Css Color HEX #629B7A Oxley

📋 copy color: '#629B7A'

red 98 ◦ green 155 ◦ blue 122

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

Shades of Oxley #629B7A

Tints of Oxley #629B7A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.33%

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 26.13%
G = 41.33%
B = 32.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#629B7A (or 0x629B7A) is known color: Oxley. HEX triplet: 62, 9B and 7A. RGB value is (98,155,122). Sum of RGB (Red+Green+Blue) = 98+155+122=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #629B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629B7A is #9D6485. Grayscale: #868686. Windows color (decimal): -10314886 or 8035170. OLE color: 8035170.

HSL color Cylindrical-coordinate representation of color #629B7A: hue angle of 145.26º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629B7A is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 155 122 -
CMYK 0.37 0 0.21 0.39
HSL 145.26º 0.23% 0.5% -
HSV(B) 145.26º 0.37% 0.61% -
XYZ 20.27 27.44 22.64 -
YUV 134.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 98 155 122 0.37 0 0.21 0.39 145.26 0.23 0.5
Hex 62 9B 7A 25 0 15 27 91 17 32
Octal 142 233 172 45 0 25 47 221 27 62
Binary 1100010 10011011 1111010 100101 0 10101 100111 10010001 10111 110010

Color Harmonies of #629B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629B7A

Black with #629B7A

Text Example


Text Example

White with #629B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629B7A; }

 p { color: rgb(98,155,122); }

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

background-color css

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

 a { background-color: rgb(98,155,122); }

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

border-color css

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

 span { border-color: rgb(98,155,122); }

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