Html Css Color HEX #69760A Fiji Green

📋 copy color: '#69760A'

red 105 ◦ green 118 ◦ blue 10

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

Shades of Fiji Green #69760A

Tints of Fiji Green #69760A

RGB

 RED value IS 105 (41.41% from 255) = 45.06%

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

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 45.06%
G = 50.64%
B = 4.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#69760A (or 0x69760A) is known color: Fiji Green. HEX triplet: 69, 76 and 0A. RGB value is (105,118,10). Sum of RGB (Red+Green+Blue) = 105+118+10=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #69760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69760A is #9689F5. Grayscale: #666666. Windows color (decimal): -9865718 or 685673. OLE color: 685673.

HSL color Cylindrical-coordinate representation of color #69760A: hue angle of 67.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69760A is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 10 -
CMYK 0.11 0 0.92 0.54
HSL 67.22º 0.84% 0.25% -
HSV(B) 67.22º 0.92% 0.46% -
XYZ 12.36 15.98 2.72 -
YUV 101.8 76.19 130.28 -
System Red Green Blue C M Y K H S L
Decimal 105 118 10 0.11 0 0.92 0.54 67.22 0.84 0.25
Hex 69 76 A B 0 5C 36 43 54 19
Octal 151 166 12 13 0 134 66 103 124 31
Binary 1101001 1110110 1010 1011 0 1011100 110110 1000011 1010100 11001

Color Harmonies of #69760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69760A

Black with #69760A

Text Example


Text Example

White with #69760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69760A; }

 p { color: rgb(105,118,10); }

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

background-color css

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

 a { background-color: rgb(105,118,10); }

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

border-color css

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

 span { border-color: rgb(105,118,10); }

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