Html Css Color HEX #07691B Crusoe

📋 copy color: '#07691B'

red 7 ◦ green 105 ◦ blue 27

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

Shades of Crusoe #07691B

Tints of Crusoe #07691B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 75.54%

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

R = 5.04%
G = 75.54%
B = 19.42%

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

#07691B (or 0x07691B) is known color: Crusoe. HEX triplet: 07, 69 and 1B. RGB value is (7,105,27). Sum of RGB (Red+Green+Blue) = 7+105+27=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 105 (41.41% from 255 or 75.54% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 105 - color contains mainly: green. Hex color #07691B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07691B is #F896E4. Grayscale: #434343. Windows color (decimal): -16291557 or 1796359. OLE color: 1796359.

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

Color convert

RGB 7 105 27 -
CMYK 0.93 0 0.74 0.59
HSL 132.24º 0.88% 0.22% -
HSV(B) 132.24º 0.93% 0.41% -
XYZ 5.34 10.23 2.73 -
YUV 66.81 105.53 85.34 -
System Red Green Blue C M Y K H S L
Decimal 7 105 27 0.93 0 0.74 0.59 132.24 0.88 0.22
Hex 7 69 1B 5D 0 4A 3B 84 58 16
Octal 7 151 33 135 0 112 73 204 130 26
Binary 111 1101001 11011 1011101 0 1001010 111011 10000100 1011000 10110

Color Harmonies of #07691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07691B

Black with #07691B

Text Example


Text Example

White with #07691B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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