Html Css Color HEX #075B01 Green

📋 copy color: '#075B01'

red 7 ◦ green 91 ◦ blue 1

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

Shades of Green #075B01

Tints of Green #075B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.01%

R = 7.07%
G = 91.92%
B = 1.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#075B01 (or 0x075B01) is known color: Green. HEX triplet: 07, 5B and 01. RGB value is (7,91,1). Sum of RGB (Red+Green+Blue) = 7+91+1=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 91 (35.94% from 255 or 91.92% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 91 - color contains mainly: green. Hex color #075B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075B01 is #F8A4FE. Grayscale: #373737. Windows color (decimal): -16295167 or 88839. OLE color: 88839.

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

Color convert

RGB 7 91 1 -
CMYK 0.92 0 0.99 0.64
HSL 116º 0.98% 0.18% -
HSV(B) 116º 0.99% 0.36% -
XYZ 3.83 7.53 1.28 -
YUV 55.62 97.17 93.32 -
System Red Green Blue C M Y K H S L
Decimal 7 91 1 0.92 0 0.99 0.64 116 0.98 0.18
Hex 7 5B 1 5C 0 63 40 74 62 12
Octal 7 133 1 134 0 143 100 164 142 22
Binary 111 1011011 1 1011100 0 1100011 1000000 1110100 1100010 10010

Color Harmonies of #075B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B01

Black with #075B01

Text Example


Text Example

White with #075B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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