Html Css Color HEX #09767D Surfie Green

📋 copy color: '#09767D'

red 9 ◦ green 118 ◦ blue 125

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

Shades of Surfie Green #09767D

Tints of Surfie Green #09767D

RGB

 RED value IS 9 (3.91% from 255) = 3.57%

 GREEN value IS 118 (46.48% from 255) = 46.83%

 BLUE value IS 125 (49.22% from 255) = 49.6%

R = 3.57%
G = 46.83%
B = 49.6%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09767D (or 0x09767D) is known color: Surfie Green. HEX triplet: 09, 76 and 7D. RGB value is (9,118,125). Sum of RGB (Red+Green+Blue) = 9+118+125=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #09767D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09767D is #F68982. Grayscale: #565656. Windows color (decimal): -16157059 or 8222217. OLE color: 8222217.

HSL color Cylindrical-coordinate representation of color #09767D: hue angle of 183.62º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09767D is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 118 125 -
CMYK 0.93 0.06 0 0.51
HSL 183.62º 0.87% 0.26% -
HSV(B) 183.62º 0.93% 0.49% -
XYZ 10.29 14.5 21.66 -
YUV 86.21 149.89 72.93 -
System Red Green Blue C M Y K H S L
Decimal 9 118 125 0.93 0.06 0 0.51 183.62 0.87 0.26
Hex 9 76 7D 5D 6 0 33 B8 57 1A
Octal 11 166 175 135 6 0 63 270 127 32
Binary 1001 1110110 1111101 1011101 110 0 110011 10111000 1010111 11010

Color Harmonies of #09767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09767D

Black with #09767D

Text Example


Text Example

White with #09767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,118,125); }

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

background-color css

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

 a { background-color: rgb(9,118,125); }

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

border-color css

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

 span { border-color: rgb(9,118,125); }

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