Html Css Color HEX #07865B Deep Sea

📋 copy color: '#07865B'

red 7 ◦ green 134 ◦ blue 91

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

Shades of Deep Sea #07865B

Tints of Deep Sea #07865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.76%

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 3.02%
G = 57.76%
B = 39.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#07865B (or 0x07865B) is known color: Deep Sea. HEX triplet: 07, 86 and 5B. RGB value is (7,134,91). Sum of RGB (Red+Green+Blue) = 7+134+91=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #07865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07865B is #F879A4. Grayscale: #5B5B5B. Windows color (decimal): -16284069 or 5998087. OLE color: 5998087.

HSL color Cylindrical-coordinate representation of color #07865B: hue angle of 159.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07865B is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 134 91 -
CMYK 0.95 0 0.32 0.47
HSL 159.69º 0.9% 0.28% -
HSV(B) 159.69º 0.95% 0.53% -
XYZ 10.5 17.85 12.79 -
YUV 91.13 127.92 68 -
System Red Green Blue C M Y K H S L
Decimal 7 134 91 0.95 0 0.32 0.47 159.69 0.9 0.28
Hex 7 86 5B 5F 0 20 2F A0 5A 1C
Octal 7 206 133 137 0 40 57 240 132 34
Binary 111 10000110 1011011 1011111 0 100000 101111 10100000 1011010 11100

Color Harmonies of #07865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07865B

Black with #07865B

Text Example


Text Example

White with #07865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,134,91); }

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

background-color css

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

 a { background-color: rgb(7,134,91); }

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

border-color css

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

 span { border-color: rgb(7,134,91); }

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