Html Css Color HEX #639C7D Oxley

📋 copy color: '#639C7D'

red 99 ◦ green 156 ◦ blue 125

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

Shades of Oxley #639C7D

Tints of Oxley #639C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.05%

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

R = 26.05%
G = 41.05%
B = 32.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#639C7D (or 0x639C7D) is known color: Oxley. HEX triplet: 63, 9C and 7D. RGB value is (99,156,125). Sum of RGB (Red+Green+Blue) = 99+156+125=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 156 - color contains mainly: green. Hex color #639C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639C7D is #9C6382. Grayscale: #878787. Windows color (decimal): -10249091 or 8232035. OLE color: 8232035.

HSL color Cylindrical-coordinate representation of color #639C7D: hue angle of 147.37º degrees, saturation: 0.22, 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 #639C7D is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 156 125 -
CMYK 0.37 0 0.20 0.39
HSL 147.37º 0.22% 0.5% -
HSV(B) 147.37º 0.37% 0.61% -
XYZ 20.74 27.91 23.7 -
YUV 135.42 122.12 102.02 -
System Red Green Blue C M Y K H S L
Decimal 99 156 125 0.37 0 0.20 0.39 147.37 0.22 0.5
Hex 63 9C 7D 25 0 14 27 93 16 32
Octal 143 234 175 45 0 24 47 223 26 62
Binary 1100011 10011100 1111101 100101 0 10100 100111 10010011 10110 110010

Color Harmonies of #639C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639C7D

Black with #639C7D

Text Example


Text Example

White with #639C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639C7D; }

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

 H1.HeaderClassName
 {
   color: #639C7D;
 }
 .AnyTagClassName
 {
   color: #639C7D;
 }
</style>

background-color css

<style>
 a { background-color: #639C7D; }

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

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

border-color css

<style>
 span { border-color: #639C7D; }

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

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