Html Css Color HEX #084B45 Cyprus

📋 copy color: '#084B45'

red 8 ◦ green 75 ◦ blue 69

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

Shades of Cyprus #084B45

Tints of Cyprus #084B45

RGB

 RED value IS 8 (3.52% from 255) = 5.26%

 GREEN value IS 75 (29.69% from 255) = 49.34%

 BLUE value IS 69 (27.34% from 255) = 45.39%

R = 5.26%
G = 49.34%
B = 45.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#084B45 (or 0x084B45) is known color: Cyprus. HEX triplet: 08, 4B and 45. RGB value is (8,75,69). Sum of RGB (Red+Green+Blue) = 8+75+69=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #084B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B45 is #F7B4BA. Grayscale: #363636. Windows color (decimal): -16233659 or 4541192. OLE color: 4541192.

HSL color Cylindrical-coordinate representation of color #084B45: hue angle of 174.63º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084B45 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 75 69 -
CMYK 0.89 0 0.08 0.71
HSL 174.63º 0.81% 0.16% -
HSV(B) 174.63º 0.89% 0.29% -
XYZ 3.69 5.51 6.5 -
YUV 54.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 8 75 69 0.89 0 0.08 0.71 174.63 0.81 0.16
Hex 8 4B 45 59 0 8 47 AF 51 10
Octal 10 113 105 131 0 10 107 257 121 20
Binary 1000 1001011 1000101 1011001 0 1000 1000111 10101111 1010001 10000

Color Harmonies of #084B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084B45

Black with #084B45

Text Example


Text Example

White with #084B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084B45; }

 p { color: rgb(8,75,69); }

 H1.HeaderClassName
 {
   color: #084B45;
 }
 .AnyTagClassName
 {
   color: #084B45;
 }
</style>

background-color css

<style>
 a { background-color: #084B45; }

 a { background-color: rgb(8,75,69); }

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

border-color css

<style>
 span { border-color: #084B45; }

 span { border-color: rgb(8,75,69); }

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