Html Css Color HEX #629A6E Oxley

📋 copy color: '#629A6E'

red 98 ◦ green 154 ◦ blue 110

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

Shades of Oxley #629A6E

Tints of Oxley #629A6E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.54%

 BLUE value IS 110 (43.36% from 255) = 30.39%

R = 27.07%
G = 42.54%
B = 30.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#629A6E (or 0x629A6E) is known color: Oxley. HEX triplet: 62, 9A and 6E. RGB value is (98,154,110). Sum of RGB (Red+Green+Blue) = 98+154+110=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 154 - color contains mainly: green. Hex color #629A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629A6E is #9D6591. Grayscale: #848484. Windows color (decimal): -10315154 or 7248482. OLE color: 7248482.

HSL color Cylindrical-coordinate representation of color #629A6E: hue angle of 132.86º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629A6E is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 154 110 -
CMYK 0.36 0 0.29 0.40
HSL 132.86º 0.22% 0.49% -
HSV(B) 132.86º 0.36% 0.6% -
XYZ 19.41 26.83 18.91 -
YUV 132.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 98 154 110 0.36 0 0.29 0.40 132.86 0.22 0.49
Hex 62 9A 6E 24 0 1D 28 85 16 31
Octal 142 232 156 44 0 35 50 205 26 61
Binary 1100010 10011010 1101110 100100 0 11101 101000 10000101 10110 110001

Color Harmonies of #629A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629A6E

Black with #629A6E

Text Example


Text Example

White with #629A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,154,110); }

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

background-color css

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

 a { background-color: rgb(98,154,110); }

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

border-color css

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

 span { border-color: rgb(98,154,110); }

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