Html Css Color HEX #075B2F Crusoe

📋 copy color: '#075B2F'

red 7 ◦ green 91 ◦ blue 47

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

Shades of Crusoe #075B2F

Tints of Crusoe #075B2F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 62.76%

 BLUE value IS 47 (18.75% from 255) = 32.41%

R = 4.83%
G = 62.76%
B = 32.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#075B2F (or 0x075B2F) is known color: Crusoe. HEX triplet: 07, 5B and 2F. RGB value is (7,91,47). Sum of RGB (Red+Green+Blue) = 7+91+47=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 91 (35.94% from 255 or 62.76% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 91 - color contains mainly: green. Hex color #075B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075B2F is #F8A4D0. Grayscale: #3C3C3C. Windows color (decimal): -16295121 or 3103495. OLE color: 3103495.

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

Color convert

RGB 7 91 47 -
CMYK 0.92 0 0.48 0.64
HSL 148.57º 0.86% 0.19% -
HSV(B) 148.57º 0.92% 0.36% -
XYZ 4.34 7.73 3.95 -
YUV 60.87 120.17 89.58 -
System Red Green Blue C M Y K H S L
Decimal 7 91 47 0.92 0 0.48 0.64 148.57 0.86 0.19
Hex 7 5B 2F 5C 0 30 40 95 56 13
Octal 7 133 57 134 0 60 100 225 126 23
Binary 111 1011011 101111 1011100 0 110000 1000000 10010101 1010110 10011

Color Harmonies of #075B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B2F

Black with #075B2F

Text Example


Text Example

White with #075B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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