Html Css Color HEX #629D74 Oxley

📋 copy color: '#629D74'

red 98 ◦ green 157 ◦ blue 116

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

Shades of Oxley #629D74

Tints of Oxley #629D74

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.32%

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

R = 26.42%
G = 42.32%
B = 31.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#629D74 (or 0x629D74) is known color: Oxley. HEX triplet: 62, 9D and 74. RGB value is (98,157,116). Sum of RGB (Red+Green+Blue) = 98+157+116=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #629D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629D74 is #9D628B. Grayscale: #868686. Windows color (decimal): -10314380 or 7642466. OLE color: 7642466.

HSL color Cylindrical-coordinate representation of color #629D74: hue angle of 138.31º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629D74 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 157 116 -
CMYK 0.38 0 0.26 0.38
HSL 138.31º 0.23% 0.5% -
HSV(B) 138.31º 0.38% 0.62% -
XYZ 20.25 27.97 20.85 -
YUV 134.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 98 157 116 0.38 0 0.26 0.38 138.31 0.23 0.5
Hex 62 9D 74 26 0 1A 26 8A 17 32
Octal 142 235 164 46 0 32 46 212 27 62
Binary 1100010 10011101 1110100 100110 0 11010 100110 10001010 10111 110010

Color Harmonies of #629D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629D74

Black with #629D74

Text Example


Text Example

White with #629D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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