Html Css Color HEX #07612D Crusoe

📋 copy color: '#07612D'

red 7 ◦ green 97 ◦ blue 45

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

Shades of Crusoe #07612D

Tints of Crusoe #07612D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 30.2%

R = 4.7%
G = 65.1%
B = 30.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#07612D (or 0x07612D) is known color: Crusoe. HEX triplet: 07, 61 and 2D. RGB value is (7,97,45). Sum of RGB (Red+Green+Blue) = 7+97+45=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #07612D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07612D is #F89ED2. Grayscale: #404040. Windows color (decimal): -16293587 or 2973959. OLE color: 2973959.

HSL color Cylindrical-coordinate representation of color #07612D: hue angle of 145.33º 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 #07612D is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 45 -
CMYK 0.93 0 0.54 0.62
HSL 145.33º 0.87% 0.2% -
HSV(B) 145.33º 0.93% 0.38% -
XYZ 4.84 8.78 3.92 -
YUV 64.16 117.18 87.23 -
System Red Green Blue C M Y K H S L
Decimal 7 97 45 0.93 0 0.54 0.62 145.33 0.87 0.2
Hex 7 61 2D 5D 0 36 3E 91 57 14
Octal 7 141 55 135 0 66 76 221 127 24
Binary 111 1100001 101101 1011101 0 110110 111110 10010001 1010111 10100

Color Harmonies of #07612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07612D

Black with #07612D

Text Example


Text Example

White with #07612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07612D; }

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

 H1.HeaderClassName
 {
   color: #07612D;
 }
 .AnyTagClassName
 {
   color: #07612D;
 }
</style>

background-color css

<style>
 a { background-color: #07612D; }

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

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

border-color css

<style>
 span { border-color: #07612D; }

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

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