Html Css Color HEX #07611A Crusoe

📋 copy color: '#07611A'

red 7 ◦ green 97 ◦ blue 26

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

Shades of Crusoe #07611A

Tints of Crusoe #07611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 74.62%

 BLUE value IS 26 (10.55% from 255) = 20%

R = 5.38%
G = 74.62%
B = 20%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#07611A (or 0x07611A) is known color: Crusoe. HEX triplet: 07, 61 and 1A. RGB value is (7,97,26). Sum of RGB (Red+Green+Blue) = 7+97+26=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 97 (38.28% from 255 or 74.62% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 97 - color contains mainly: green. Hex color #07611A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07611A is #F89EE5. Grayscale: #3E3E3E. Windows color (decimal): -16293606 or 1728775. OLE color: 1728775.

HSL color Cylindrical-coordinate representation of color #07611A: hue angle of 132.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07611A is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 26 -
CMYK 0.93 0 0.73 0.62
HSL 132.67º 0.87% 0.2% -
HSV(B) 132.67º 0.93% 0.38% -
XYZ 4.55 8.67 2.41 -
YUV 62 107.68 88.77 -
System Red Green Blue C M Y K H S L
Decimal 7 97 26 0.93 0 0.73 0.62 132.67 0.87 0.2
Hex 7 61 1A 5D 0 49 3E 85 57 14
Octal 7 141 32 135 0 111 76 205 127 24
Binary 111 1100001 11010 1011101 0 1001001 111110 10000101 1010111 10100

Color Harmonies of #07611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07611A

Black with #07611A

Text Example


Text Example

White with #07611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07611A; }

 p { color: rgb(7,97,26); }

 H1.HeaderClassName
 {
   color: #07611A;
 }
 .AnyTagClassName
 {
   color: #07611A;
 }
</style>

background-color css

<style>
 a { background-color: #07611A; }

 a { background-color: rgb(7,97,26); }

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

border-color css

<style>
 span { border-color: #07611A; }

 span { border-color: rgb(7,97,26); }

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