Html Css Color HEX #09514B Cyprus

📋 copy color: '#09514B'

red 9 ◦ green 81 ◦ blue 75

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

Shades of Cyprus #09514B

Tints of Cyprus #09514B

RGB

 RED value IS 9 (3.91% from 255) = 5.45%

 GREEN value IS 81 (32.03% from 255) = 49.09%

 BLUE value IS 75 (29.69% from 255) = 45.45%

R = 5.45%
G = 49.09%
B = 45.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#09514B (or 0x09514B) is known color: Cyprus. HEX triplet: 09, 51 and 4B. RGB value is (9,81,75). Sum of RGB (Red+Green+Blue) = 9+81+75=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #09514B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09514B is #F6AEB4. Grayscale: #3A3A3A. Windows color (decimal): -16166581 or 4935945. OLE color: 4935945.

HSL color Cylindrical-coordinate representation of color #09514B: hue angle of 175º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09514B is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 75 -
CMYK 0.89 0 0.07 0.68
HSL 175º 0.8% 0.18% -
HSV(B) 175º 0.89% 0.32% -
XYZ 4.33 6.45 7.67 -
YUV 58.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 9 81 75 0.89 0 0.07 0.68 175 0.8 0.18
Hex 9 51 4B 59 0 7 44 AF 50 12
Octal 11 121 113 131 0 7 104 257 120 22
Binary 1001 1010001 1001011 1011001 0 111 1000100 10101111 1010000 10010

Color Harmonies of #09514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09514B

Black with #09514B

Text Example


Text Example

White with #09514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09514B; }

 p { color: rgb(9,81,75); }

 H1.HeaderClassName
 {
   color: #09514B;
 }
 .AnyTagClassName
 {
   color: #09514B;
 }
</style>

background-color css

<style>
 a { background-color: #09514B; }

 a { background-color: rgb(9,81,75); }

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

border-color css

<style>
 span { border-color: #09514B; }

 span { border-color: rgb(9,81,75); }

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