Html Css Color HEX #075D27 Crusoe

📋 copy color: '#075D27'

red 7 ◦ green 93 ◦ blue 39

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

Shades of Crusoe #075D27

Tints of Crusoe #075D27

RGB

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

 GREEN value IS 93 (36.72% from 255) = 66.91%

 BLUE value IS 39 (15.63% from 255) = 28.06%

R = 5.04%
G = 66.91%
B = 28.06%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#075D27 (or 0x075D27) is known color: Crusoe. HEX triplet: 07, 5D and 27. RGB value is (7,93,39). Sum of RGB (Red+Green+Blue) = 7+93+39=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 93 (36.72% from 255 or 66.91% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 93 - color contains mainly: green. Hex color #075D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D27 is #F8A2D8. Grayscale: #3D3D3D. Windows color (decimal): -16294617 or 2579719. OLE color: 2579719.

HSL color Cylindrical-coordinate representation of color #075D27: hue angle of 142.33º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075D27 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 93 39 -
CMYK 0.92 0 0.58 0.64
HSL 142.33º 0.86% 0.2% -
HSV(B) 142.33º 0.92% 0.36% -
XYZ 4.37 8.02 3.24 -
YUV 61.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 7 93 39 0.92 0 0.58 0.64 142.33 0.86 0.2
Hex 7 5D 27 5C 0 3A 40 8E 56 14
Octal 7 135 47 134 0 72 100 216 126 24
Binary 111 1011101 100111 1011100 0 111010 1000000 10001110 1010110 10100

Color Harmonies of #075D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075D27

Black with #075D27

Text Example


Text Example

White with #075D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075D27; }

 p { color: rgb(7,93,39); }

 H1.HeaderClassName
 {
   color: #075D27;
 }
 .AnyTagClassName
 {
   color: #075D27;
 }
</style>

background-color css

<style>
 a { background-color: #075D27; }

 a { background-color: rgb(7,93,39); }

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

border-color css

<style>
 span { border-color: #075D27; }

 span { border-color: rgb(7,93,39); }

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