#07691B

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

Shades of Crusoe #07691B

Tints of Crusoe #07691B

Color information

#07691B (or 0x07691B) is unknown color: approx Crusoe. HEX triplet: 07, 69 and 1B. RGB value is (7,105,27). Sum of RGB (Red+Green+Blue) = 7+105+27=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 105 (41.41% from 255 or 75.54% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 105 - color contains mainly: green. Hex color #07691B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07691B is #F896E4. Grayscale: #434343. Windows color (decimal): -16291557 or 1796359. OLE color: 1796359.

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

Color convert

RGB710527-
CMYK0.9300.740.59
HSL132.24º87.5%21.96%-
HSV(B)132.24º93.33%41.18%-
XYZ5.3410.232.73-
YUV66.81105.5385.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 105 (41.41% from 255) = 75.54%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=5.04%
G=75.54%
B=19.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7105270.9300.740.59132.2487.521.96
Hex7691B5D04A3B845816
Octal71513313501127320413026
Binary11111010011101110111010100101011101110000100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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