Html Css Color HEX #07691D Crusoe

📋 copy color: '#07691D'

red 7 ◦ green 105 ◦ blue 29

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

Shades of Crusoe #07691D

Tints of Crusoe #07691D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.57%

R = 4.96%
G = 74.47%
B = 20.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#07691D (or 0x07691D) is known color: Crusoe. HEX triplet: 07, 69 and 1D. RGB value is (7,105,29). Sum of RGB (Red+Green+Blue) = 7+105+29=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #07691D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07691D is #F896E2. Grayscale: #434343. Windows color (decimal): -16291555 or 1927431. OLE color: 1927431.

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

Color convert

RGB 7 105 29 -
CMYK 0.93 0 0.72 0.59
HSL 133.47º 0.88% 0.22% -
HSV(B) 133.47º 0.93% 0.41% -
XYZ 5.36 10.24 2.86 -
YUV 67.03 106.53 85.18 -
System Red Green Blue C M Y K H S L
Decimal 7 105 29 0.93 0 0.72 0.59 133.47 0.88 0.22
Hex 7 69 1D 5D 0 48 3B 85 58 16
Octal 7 151 35 135 0 110 73 205 130 26
Binary 111 1101001 11101 1011101 0 1001000 111011 10000101 1011000 10110

Color Harmonies of #07691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07691D

Black with #07691D

Text Example


Text Example

White with #07691D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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