Html Css Color HEX #07423B Cyprus

📋 copy color: '#07423B'

red 7 ◦ green 66 ◦ blue 59

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

Shades of Cyprus #07423B

Tints of Cyprus #07423B

RGB

 RED value IS 7 (3.13% from 255) = 5.3%

 GREEN value IS 66 (26.17% from 255) = 50%

 BLUE value IS 59 (23.44% from 255) = 44.7%

R = 5.3%
G = 50%
B = 44.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#07423B (or 0x07423B) is known color: Cyprus. HEX triplet: 07, 42 and 3B. RGB value is (7,66,59). Sum of RGB (Red+Green+Blue) = 7+66+59=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #07423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07423B is #F8BDC4. Grayscale: #2F2F2F. Windows color (decimal): -16301509 or 3883527. OLE color: 3883527.

HSL color Cylindrical-coordinate representation of color #07423B: hue angle of 172.88º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07423B is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 59 -
CMYK 0.89 0 0.11 0.74
HSL 172.88º 0.81% 0.14% -
HSV(B) 172.88º 0.89% 0.26% -
XYZ 2.83 4.26 4.81 -
YUV 47.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 7 66 59 0.89 0 0.11 0.74 172.88 0.81 0.14
Hex 7 42 3B 59 0 B 4A AD 51 E
Octal 7 102 73 131 0 13 112 255 121 16
Binary 111 1000010 111011 1011001 0 1011 1001010 10101101 1010001 1110

Color Harmonies of #07423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07423B

Black with #07423B

Text Example


Text Example

White with #07423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,66,59); }

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

background-color css

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

 a { background-color: rgb(7,66,59); }

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

border-color css

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

 span { border-color: rgb(7,66,59); }

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