Html Css Color HEX #07681A Crusoe

📋 copy color: '#07681A'

red 7 ◦ green 104 ◦ blue 26

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

Shades of Crusoe #07681A

Tints of Crusoe #07681A

RGB

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

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

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

R = 5.11%
G = 75.91%
B = 18.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#07681A (or 0x07681A) is known color: Crusoe. HEX triplet: 07, 68 and 1A. RGB value is (7,104,26). Sum of RGB (Red+Green+Blue) = 7+104+26=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 104 (41.02% from 255 or 75.91% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 104 - color contains mainly: green. Hex color #07681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07681A is #F897E5. Grayscale: #424242. Windows color (decimal): -16291814 or 1730567. OLE color: 1730567.

HSL color Cylindrical-coordinate representation of color #07681A: hue angle of 131.75º 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 #07681A is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 104 26 -
CMYK 0.93 0 0.75 0.59
HSL 131.75º 0.87% 0.22% -
HSV(B) 131.75º 0.93% 0.41% -
XYZ 5.22 10.02 2.64 -
YUV 66.11 105.36 85.84 -
System Red Green Blue C M Y K H S L
Decimal 7 104 26 0.93 0 0.75 0.59 131.75 0.87 0.22
Hex 7 68 1A 5D 0 4B 3B 84 57 16
Octal 7 150 32 135 0 113 73 204 127 26
Binary 111 1101000 11010 1011101 0 1001011 111011 10000100 1010111 10110

Color Harmonies of #07681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07681A

Black with #07681A

Text Example


Text Example

White with #07681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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