Html Css Color HEX #63B07D Oxley

📋 copy color: '#63B07D'

red 99 ◦ green 176 ◦ blue 125

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

Shades of Oxley #63B07D

Tints of Oxley #63B07D

RGB

 RED value IS 99 (39.06% from 255) = 24.75%

 GREEN value IS 176 (69.14% from 255) = 44%

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 24.75%
G = 44%
B = 31.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#63B07D (or 0x63B07D) is known color: Oxley. HEX triplet: 63, B0 and 7D. RGB value is (99,176,125). Sum of RGB (Red+Green+Blue) = 99+176+125=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #63B07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63B07D is #9C4F82. Grayscale: #939393. Windows color (decimal): -10243971 or 8237155. OLE color: 8237155.

HSL color Cylindrical-coordinate representation of color #63B07D: hue angle of 140.26º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63B07D is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 176 125 -
CMYK 0.44 0 0.29 0.31
HSL 140.26º 0.33% 0.54% -
HSV(B) 140.26º 0.44% 0.69% -
XYZ 24.37 35.18 24.91 -
YUV 147.16 115.49 93.65 -
System Red Green Blue C M Y K H S L
Decimal 99 176 125 0.44 0 0.29 0.31 140.26 0.33 0.54
Hex 63 B0 7D 2C 0 1D 1F 8C 21 36
Octal 143 260 175 54 0 35 37 214 41 66
Binary 1100011 10110000 1111101 101100 0 11101 11111 10001100 100001 110110

Color Harmonies of #63B07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B07D

Black with #63B07D

Text Example


Text Example

White with #63B07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63B07D; }

 p { color: rgb(99,176,125); }

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

background-color css

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

 a { background-color: rgb(99,176,125); }

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

border-color css

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

 span { border-color: rgb(99,176,125); }

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