Html Css Color HEX #07423F Cyprus

📋 copy color: '#07423F'

red 7 ◦ green 66 ◦ blue 63

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

Shades of Cyprus #07423F

Tints of Cyprus #07423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 46.32%

R = 5.15%
G = 48.53%
B = 46.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#07423F (or 0x07423F) is known color: Cyprus. HEX triplet: 07, 42 and 3F. RGB value is (7,66,63). Sum of RGB (Red+Green+Blue) = 7+66+63=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #07423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07423F is #F8BDC0. Grayscale: #2F2F2F. Windows color (decimal): -16301505 or 4145671. OLE color: 4145671.

HSL color Cylindrical-coordinate representation of color #07423F: hue angle of 176.95º 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 #07423F is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 63 -
CMYK 0.89 0 0.05 0.74
HSL 176.95º 0.81% 0.14% -
HSV(B) 176.95º 0.89% 0.26% -
XYZ 2.93 4.3 5.38 -
YUV 48.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 7 66 63 0.89 0 0.05 0.74 176.95 0.81 0.14
Hex 7 42 3F 59 0 5 4A B1 51 E
Octal 7 102 77 131 0 5 112 261 121 16
Binary 111 1000010 111111 1011001 0 101 1001010 10110001 1010001 1110

Color Harmonies of #07423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07423F

Black with #07423F

Text Example


Text Example

White with #07423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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