Html Css Color HEX #07562A Crusoe

📋 copy color: '#07562A'

red 7 ◦ green 86 ◦ blue 42

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

Shades of Crusoe #07562A

Tints of Crusoe #07562A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 63.7%

 BLUE value IS 42 (16.8% from 255) = 31.11%

R = 5.19%
G = 63.7%
B = 31.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#07562A (or 0x07562A) is known color: Crusoe. HEX triplet: 07, 56 and 2A. RGB value is (7,86,42). Sum of RGB (Red+Green+Blue) = 7+86+42=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 86 (33.98% from 255 or 63.70% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 86 - color contains mainly: green. Hex color #07562A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07562A is #F8A9D5. Grayscale: #393939. Windows color (decimal): -16296406 or 2774535. OLE color: 2774535.

HSL color Cylindrical-coordinate representation of color #07562A: hue angle of 146.58º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07562A is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 86 42 -
CMYK 0.92 0 0.51 0.66
HSL 146.58º 0.85% 0.18% -
HSV(B) 146.58º 0.92% 0.34% -
XYZ 3.83 6.87 3.31 -
YUV 57.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 7 86 42 0.92 0 0.51 0.66 146.58 0.85 0.18
Hex 7 56 2A 5C 0 33 42 93 55 12
Octal 7 126 52 134 0 63 102 223 125 22
Binary 111 1010110 101010 1011100 0 110011 1000010 10010011 1010101 10010

Color Harmonies of #07562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07562A

Black with #07562A

Text Example


Text Example

White with #07562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07562A; }

 p { color: rgb(7,86,42); }

 H1.HeaderClassName
 {
   color: #07562A;
 }
 .AnyTagClassName
 {
   color: #07562A;
 }
</style>

background-color css

<style>
 a { background-color: #07562A; }

 a { background-color: rgb(7,86,42); }

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

border-color css

<style>
 span { border-color: #07562A; }

 span { border-color: rgb(7,86,42); }

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