Html Css Color HEX #075D2F Crusoe

📋 copy color: '#075D2F'

red 7 ◦ green 93 ◦ blue 47

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

Shades of Crusoe #075D2F

Tints of Crusoe #075D2F

RGB

 RED value IS 7 (3.13% 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 value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#075D2F (or 0x075D2F) is known color: 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

RGB 7 93 47 -
CMYK 0.92 0 0.49 0.64
HSL 147.91º 0.86% 0.2% -
HSV(B) 147.91º 0.92% 0.36% -
XYZ 4.52 8.08 4.01 -
YUV 62.04 119.51 88.74 -
System Red Green Blue C M Y K H S L
Decimal 7 93 47 0.92 0 0.49 0.64 147.91 0.86 0.2
Hex 7 5D 2F 5C 0 31 40 94 56 14
Octal 7 135 57 134 0 61 100 224 126 24
Binary 111 1011101 101111 1011100 0 110001 1000000 10010100 1010110 10100

Color Harmonies of #075D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075D2F

Black with #075D2F

Text Example


Text Example

White with #075D2F

Text Example


Text Example

HTML Codes & Css Web 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>