#07671B

Color #07671B Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #07671B

Tints of Crusoe #07671B

Color information

#07671B (or 0x07671B) is unknown color: approx Crusoe. HEX triplet: 07, 67 and 1B. RGB value is (7,103,27). Sum of RGB (Red+Green+Blue) = 7+103+27=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 103 (40.62% from 255 or 75.18% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 103 - color contains mainly: green. Hex color #07671B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07671B is #F898E4. Grayscale: #414141. Windows color (decimal): -16292069 or 1795847. OLE color: 1795847.

HSL color Cylindrical-coordinate representation of color #07671B: hue angle of 132.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07671B is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB710327-
CMYK0.9300.740.60
HSL132.5º87.27%21.57%-
HSV(B)132.5º93.2%40.39%-
XYZ5.149.822.66-
YUV65.63106.286.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.11%
GREEN value IS 103 (40.62% from 255) = 75.18%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=5.11%
G=75.18%
B=19.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7103270.9300.740.60132.587.2721.57
Hex7671B5D04A3C845716
Octal71473313501127420412726
Binary11111001111101110111010100101011110010000100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07671B; }

 p { color: rgb(7,103,27); }

 H1.HeaderClassName
 {
   color: #07671B;
 }
 .AnyTagClassName
 {
   color: #07671B;
 }
</style>
background-color css

<style>
 a { background-color: #07671B; }

 a { background-color: rgb(7,103,27); }

 div.DivClassName
 {
   background-color: #07671B;
 }
 .BgClassName
 {
   background-color: #07671B;
 }
</style>
border-color css

<style>
 span { border-color: #07671B; }

 span { border-color: rgb(7,103,27); }

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