Html Css Color HEX #07731E Crusoe

📋 copy color: '#07731E'

red 7 ◦ green 115 ◦ blue 30

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

Shades of Crusoe #07731E

Tints of Crusoe #07731E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 75.66%

 BLUE value IS 30 (12.11% from 255) = 19.74%

R = 4.61%
G = 75.66%
B = 19.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#07731E (or 0x07731E) is known color: Crusoe. HEX triplet: 07, 73 and 1E. RGB value is (7,115,30). Sum of RGB (Red+Green+Blue) = 7+115+30=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 115 (45.31% from 255 or 75.66% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 115 - color contains mainly: green. Hex color #07731E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07731E is #F88CE1. Grayscale: #494949. Windows color (decimal): -16288994 or 1995527. OLE color: 1995527.

HSL color Cylindrical-coordinate representation of color #07731E: hue angle of 132.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07731E is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 115 30 -
CMYK 0.94 0 0.74 0.55
HSL 132.78º 0.89% 0.24% -
HSV(B) 132.78º 0.94% 0.45% -
XYZ 6.45 12.4 3.28 -
YUV 73.02 103.72 80.91 -
System Red Green Blue C M Y K H S L
Decimal 7 115 30 0.94 0 0.74 0.55 132.78 0.89 0.24
Hex 7 73 1E 5E 0 4A 37 85 59 18
Octal 7 163 36 136 0 112 67 205 131 30
Binary 111 1110011 11110 1011110 0 1001010 110111 10000101 1011001 11000

Color Harmonies of #07731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07731E

Black with #07731E

Text Example


Text Example

White with #07731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07731E; }

 p { color: rgb(7,115,30); }

 H1.HeaderClassName
 {
   color: #07731E;
 }
 .AnyTagClassName
 {
   color: #07731E;
 }
</style>

background-color css

<style>
 a { background-color: #07731E; }

 a { background-color: rgb(7,115,30); }

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

border-color css

<style>
 span { border-color: #07731E; }

 span { border-color: rgb(7,115,30); }

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