Html Css Color HEX #07423D Cyprus

📋 copy color: '#07423D'

red 7 ◦ green 66 ◦ blue 61

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

Shades of Cyprus #07423D

Tints of Cyprus #07423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 45.52%

R = 5.22%
G = 49.25%
B = 45.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#07423D (or 0x07423D) is known color: Cyprus. HEX triplet: 07, 42 and 3D. RGB value is (7,66,61). Sum of RGB (Red+Green+Blue) = 7+66+61=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #07423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07423D is #F8BDC2. Grayscale: #2F2F2F. Windows color (decimal): -16301507 or 4014599. OLE color: 4014599.

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

Color convert

RGB 7 66 61 -
CMYK 0.89 0 0.08 0.74
HSL 174.92º 0.81% 0.14% -
HSV(B) 174.92º 0.89% 0.26% -
XYZ 2.88 4.28 5.09 -
YUV 47.79 135.45 98.91 -
System Red Green Blue C M Y K H S L
Decimal 7 66 61 0.89 0 0.08 0.74 174.92 0.81 0.14
Hex 7 42 3D 59 0 8 4A AF 51 E
Octal 7 102 75 131 0 10 112 257 121 16
Binary 111 1000010 111101 1011001 0 1000 1001010 10101111 1010001 1110

Color Harmonies of #07423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07423D

Black with #07423D

Text Example


Text Example

White with #07423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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