Html Css Color HEX #07602D Crusoe

📋 copy color: '#07602D'

red 7 ◦ green 96 ◦ blue 45

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

Shades of Crusoe #07602D

Tints of Crusoe #07602D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 64.86%

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

R = 4.73%
G = 64.86%
B = 30.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#07602D (or 0x07602D) is known color: Crusoe. HEX triplet: 07, 60 and 2D. RGB value is (7,96,45). Sum of RGB (Red+Green+Blue) = 7+96+45=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #07602D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07602D is #F89FD2. Grayscale: #3F3F3F. Windows color (decimal): -16293843 or 2973703. OLE color: 2973703.

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

Color convert

RGB 7 96 45 -
CMYK 0.93 0 0.53 0.62
HSL 145.62º 0.86% 0.2% -
HSV(B) 145.62º 0.93% 0.38% -
XYZ 4.74 8.6 3.89 -
YUV 63.58 117.51 87.65 -
System Red Green Blue C M Y K H S L
Decimal 7 96 45 0.93 0 0.53 0.62 145.62 0.86 0.2
Hex 7 60 2D 5D 0 35 3E 92 56 14
Octal 7 140 55 135 0 65 76 222 126 24
Binary 111 1100000 101101 1011101 0 110101 111110 10010010 1010110 10100

Color Harmonies of #07602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07602D

Black with #07602D

Text Example


Text Example

White with #07602D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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