Html Css Color HEX #629A6B Oxley

📋 copy color: '#629A6B'

red 98 ◦ green 154 ◦ blue 107

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

Shades of Oxley #629A6B

Tints of Oxley #629A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 27.3%
G = 42.9%
B = 29.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#629A6B (or 0x629A6B) is known color: Oxley. HEX triplet: 62, 9A and 6B. RGB value is (98,154,107). Sum of RGB (Red+Green+Blue) = 98+154+107=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #629A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629A6B is #9D6594. Grayscale: #848484. Windows color (decimal): -10315157 or 7051874. OLE color: 7051874.

HSL color Cylindrical-coordinate representation of color #629A6B: hue angle of 129.64º 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 #629A6B is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 154 107 -
CMYK 0.36 0 0.31 0.40
HSL 129.64º 0.22% 0.49% -
HSV(B) 129.64º 0.36% 0.6% -
XYZ 19.25 26.77 18.06 -
YUV 131.9 113.95 103.82 -
System Red Green Blue C M Y K H S L
Decimal 98 154 107 0.36 0 0.31 0.40 129.64 0.22 0.49
Hex 62 9A 6B 24 0 1F 28 82 16 31
Octal 142 232 153 44 0 37 50 202 26 61
Binary 1100010 10011010 1101011 100100 0 11111 101000 10000010 10110 110001

Color Harmonies of #629A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629A6B

Black with #629A6B

Text Example


Text Example

White with #629A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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