Html Css Color HEX #639C77 Oxley

📋 copy color: '#639C77'

red 99 ◦ green 156 ◦ blue 119

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

Shades of Oxley #639C77

Tints of Oxley #639C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.82%

R = 26.47%
G = 41.71%
B = 31.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#639C77 (or 0x639C77) is known color: Oxley. HEX triplet: 63, 9C and 77. RGB value is (99,156,119). Sum of RGB (Red+Green+Blue) = 99+156+119=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #639C77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639C77 is #9C6388. Grayscale: #868686. Windows color (decimal): -10249097 or 7838819. OLE color: 7838819.

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

Color convert

RGB 99 156 119 -
CMYK 0.37 0 0.24 0.39
HSL 141.05º 0.22% 0.5% -
HSV(B) 141.05º 0.37% 0.61% -
XYZ 20.36 27.76 21.74 -
YUV 134.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 99 156 119 0.37 0 0.24 0.39 141.05 0.22 0.5
Hex 63 9C 77 25 0 18 27 8D 16 32
Octal 143 234 167 45 0 30 47 215 26 62
Binary 1100011 10011100 1110111 100101 0 11000 100111 10001101 10110 110010

Color Harmonies of #639C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639C77

Black with #639C77

Text Example


Text Example

White with #639C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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