Html Css Color HEX #07741F Crusoe

📋 copy color: '#07741F'

red 7 ◦ green 116 ◦ blue 31

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

Shades of Crusoe #07741F

Tints of Crusoe #07741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 75.32%

 BLUE value IS 31 (12.5% from 255) = 20.13%

R = 4.55%
G = 75.32%
B = 20.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#07741F (or 0x07741F) is known color: Crusoe. HEX triplet: 07, 74 and 1F. RGB value is (7,116,31). Sum of RGB (Red+Green+Blue) = 7+116+31=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 116 (45.70% from 255 or 75.32% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 116 - color contains mainly: green. Hex color #07741F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07741F is #F88BE0. Grayscale: #494949. Windows color (decimal): -16288737 or 2061319. OLE color: 2061319.

HSL color Cylindrical-coordinate representation of color #07741F: hue angle of 133.21º 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 #07741F is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 116 31 -
CMYK 0.94 0 0.73 0.55
HSL 133.21º 0.89% 0.24% -
HSV(B) 133.21º 0.94% 0.45% -
XYZ 6.58 12.63 3.39 -
YUV 73.72 103.89 80.41 -
System Red Green Blue C M Y K H S L
Decimal 7 116 31 0.94 0 0.73 0.55 133.21 0.89 0.24
Hex 7 74 1F 5E 0 49 37 85 59 18
Octal 7 164 37 136 0 111 67 205 131 30
Binary 111 1110100 11111 1011110 0 1001001 110111 10000101 1011001 11000

Color Harmonies of #07741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07741F

Black with #07741F

Text Example


Text Example

White with #07741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07741F; }

 p { color: rgb(7,116,31); }

 H1.HeaderClassName
 {
   color: #07741F;
 }
 .AnyTagClassName
 {
   color: #07741F;
 }
</style>

background-color css

<style>
 a { background-color: #07741F; }

 a { background-color: rgb(7,116,31); }

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

border-color css

<style>
 span { border-color: #07741F; }

 span { border-color: rgb(7,116,31); }

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