Html Css Color HEX #07681B Crusoe

📋 copy color: '#07681B'

red 7 ◦ green 104 ◦ blue 27

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

Shades of Crusoe #07681B

Tints of Crusoe #07681B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.57%

R = 5.07%
G = 75.36%
B = 19.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#07681B (or 0x07681B) is known color: Crusoe. HEX triplet: 07, 68 and 1B. RGB value is (7,104,27). Sum of RGB (Red+Green+Blue) = 7+104+27=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 104 (41.02% from 255 or 75.36% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 104 - color contains mainly: green. Hex color #07681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07681B is #F897E4. Grayscale: #424242. Windows color (decimal): -16291813 or 1796103. OLE color: 1796103.

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

Color convert

RGB 7 104 27 -
CMYK 0.93 0 0.74 0.59
HSL 132.37º 0.87% 0.22% -
HSV(B) 132.37º 0.93% 0.41% -
XYZ 5.24 10.02 2.7 -
YUV 66.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 7 104 27 0.93 0 0.74 0.59 132.37 0.87 0.22
Hex 7 68 1B 5D 0 4A 3B 84 57 16
Octal 7 150 33 135 0 112 73 204 127 26
Binary 111 1101000 11011 1011101 0 1001010 111011 10000100 1010111 10110

Color Harmonies of #07681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07681B

Black with #07681B

Text Example


Text Example

White with #07681B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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