#075D2F

Color #075D2F Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #075D2F

Tints of Crusoe #075D2F

Color information

#075D2F (or 0x075D2F) is unknown color: approx Crusoe. HEX triplet: 07, 5D and 2F. RGB value is (7,93,47). Sum of RGB (Red+Green+Blue) = 7+93+47=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 93 (36.72% from 255 or 63.27% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 93 - color contains mainly: green. Hex color #075D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D2F is #F8A2D0. Grayscale: #3E3E3E. Windows color (decimal): -16294609 or 3104007. OLE color: 3104007.

HSL color Cylindrical-coordinate representation of color #075D2F: hue angle of 147.91º 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 #075D2F is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB79347-
CMYK0.9200.490.64
HSL147.91º86%19.61%-
HSV(B)147.91º92.47%36.47%-
XYZ4.528.084.01-
YUV62.04119.5188.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 93 (36.72% from 255) = 63.27%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=4.76%
G=63.27%
B=31.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal793470.9200.490.64147.918619.61
Hex75D2F5C03140945614
Octal71355713406110022412624
Binary111101110110111110111000110001100000010010100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #075D2F;
 }
 .AnyTagClassName
 {
   color: #075D2F;
 }
</style>
background-color css

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

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

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

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

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

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