Html Css Color HEX #639A6F Oxley

📋 copy color: '#639A6F'

red 99 ◦ green 154 ◦ blue 111

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

Shades of Oxley #639A6F

Tints of Oxley #639A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 27.2%
G = 42.31%
B = 30.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#639A6F (or 0x639A6F) is known color: Oxley. HEX triplet: 63, 9A and 6F. RGB value is (99,154,111). Sum of RGB (Red+Green+Blue) = 99+154+111=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #639A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639A6F is #9C6590. Grayscale: #848484. Windows color (decimal): -10249617 or 7314019. OLE color: 7314019.

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

Color convert

RGB 99 154 111 -
CMYK 0.36 0 0.28 0.40
HSL 133.09º 0.22% 0.5% -
HSV(B) 133.09º 0.36% 0.6% -
XYZ 19.57 26.91 19.2 -
YUV 132.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 99 154 111 0.36 0 0.28 0.40 133.09 0.22 0.5
Hex 63 9A 6F 24 0 1C 28 85 16 32
Octal 143 232 157 44 0 34 50 205 26 62
Binary 1100011 10011010 1101111 100100 0 11100 101000 10000101 10110 110010

Color Harmonies of #639A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639A6F

Black with #639A6F

Text Example


Text Example

White with #639A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,154,111); }

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

background-color css

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

 a { background-color: rgb(99,154,111); }

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

border-color css

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

 span { border-color: rgb(99,154,111); }

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