Html Css Color HEX #07622E Crusoe

📋 copy color: '#07622E'

red 7 ◦ green 98 ◦ blue 46

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

Shades of Crusoe #07622E

Tints of Crusoe #07622E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 64.9%

 BLUE value IS 46 (18.36% from 255) = 30.46%

R = 4.64%
G = 64.9%
B = 30.46%

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

#07622E (or 0x07622E) is known color: Crusoe. HEX triplet: 07, 62 and 2E. RGB value is (7,98,46). Sum of RGB (Red+Green+Blue) = 7+98+46=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #07622E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07622E is #F89DD1. Grayscale: #404040. Windows color (decimal): -16293330 or 3039751. OLE color: 3039751.

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

Color convert

RGB 7 98 46 -
CMYK 0.93 0 0.53 0.62
HSL 145.71º 0.87% 0.21% -
HSV(B) 145.71º 0.93% 0.38% -
XYZ 4.95 8.98 4.06 -
YUV 64.86 117.35 86.73 -
System Red Green Blue C M Y K H S L
Decimal 7 98 46 0.93 0 0.53 0.62 145.71 0.87 0.21
Hex 7 62 2E 5D 0 35 3E 92 57 15
Octal 7 142 56 135 0 65 76 222 127 25
Binary 111 1100010 101110 1011101 0 110101 111110 10010010 1010111 10101

Color Harmonies of #07622E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07622E

Black with #07622E

Text Example


Text Example

White with #07622E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07622E; }

 p { color: rgb(7,98,46); }

 H1.HeaderClassName
 {
   color: #07622E;
 }
 .AnyTagClassName
 {
   color: #07622E;
 }
</style>

background-color css

<style>
 a { background-color: #07622E; }

 a { background-color: rgb(7,98,46); }

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

border-color css

<style>
 span { border-color: #07622E; }

 span { border-color: rgb(7,98,46); }

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