Html Css Color HEX #07682D Crusoe

📋 copy color: '#07682D'

red 7 ◦ green 104 ◦ blue 45

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

Shades of Crusoe #07682D

Tints of Crusoe #07682D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 66.67%

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

R = 4.49%
G = 66.67%
B = 28.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#07682D (or 0x07682D) is known color: Crusoe. HEX triplet: 07, 68 and 2D. RGB value is (7,104,45). Sum of RGB (Red+Green+Blue) = 7+104+45=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 104 (41.02% from 255 or 66.67% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 104 - color contains mainly: green. Hex color #07682D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07682D is #F897D2. Grayscale: #444444. Windows color (decimal): -16291795 or 2975751. OLE color: 2975751.

HSL color Cylindrical-coordinate representation of color #07682D: hue angle of 143.51º degrees, saturation: 0.87, 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 #07682D is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 104 45 -
CMYK 0.93 0 0.57 0.59
HSL 143.51º 0.87% 0.22% -
HSV(B) 143.51º 0.93% 0.41% -
XYZ 5.51 10.14 4.15 -
YUV 68.27 114.86 84.3 -
System Red Green Blue C M Y K H S L
Decimal 7 104 45 0.93 0 0.57 0.59 143.51 0.87 0.22
Hex 7 68 2D 5D 0 39 3B 90 57 16
Octal 7 150 55 135 0 71 73 220 127 26
Binary 111 1101000 101101 1011101 0 111001 111011 10010000 1010111 10110

Color Harmonies of #07682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07682D

Black with #07682D

Text Example


Text Example

White with #07682D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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