Html Css Color HEX #769725 Sushi

📋 copy color: '#769725'

red 118 ◦ green 151 ◦ blue 37

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

Shades of Sushi #769725

Tints of Sushi #769725

RGB

 RED value IS 118 (46.48% from 255) = 38.56%

 GREEN value IS 151 (59.38% from 255) = 49.35%

 BLUE value IS 37 (14.84% from 255) = 12.09%

R = 38.56%
G = 49.35%
B = 12.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#769725 (or 0x769725) is known color: Sushi. HEX triplet: 76, 97 and 25. RGB value is (118,151,37). Sum of RGB (Red+Green+Blue) = 118+151+37=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #769725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769725 is #8968DA. Grayscale: #808080. Windows color (decimal): -9005275 or 2463606. OLE color: 2463606.

HSL color Cylindrical-coordinate representation of color #769725: hue angle of 77.37º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #769725 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 37 -
CMYK 0.22 0 0.75 0.41
HSL 77.37º 0.61% 0.37% -
HSV(B) 77.37º 0.75% 0.59% -
XYZ 18.87 26.12 5.8 -
YUV 128.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 118 151 37 0.22 0 0.75 0.41 77.37 0.61 0.37
Hex 76 97 25 16 0 4B 29 4D 3D 25
Octal 166 227 45 26 0 113 51 115 75 45
Binary 1110110 10010111 100101 10110 0 1001011 101001 1001101 111101 100101

Color Harmonies of #769725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769725

Black with #769725

Text Example


Text Example

White with #769725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769725; }

 p { color: rgb(118,151,37); }

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

background-color css

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

 a { background-color: rgb(118,151,37); }

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

border-color css

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

 span { border-color: rgb(118,151,37); }

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