Html Css Color HEX #69760B Fiji Green

📋 copy color: '#69760B'

red 105 ◦ green 118 ◦ blue 11

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

Shades of Fiji Green #69760B

Tints of Fiji Green #69760B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.7%

R = 44.87%
G = 50.43%
B = 4.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#69760B (or 0x69760B) is known color: Fiji Green. HEX triplet: 69, 76 and 0B. RGB value is (105,118,11). Sum of RGB (Red+Green+Blue) = 105+118+11=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #69760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69760B is #9689F4. Grayscale: #666666. Windows color (decimal): -9865717 or 751209. OLE color: 751209.

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

Color convert

RGB 105 118 11 -
CMYK 0.11 0 0.91 0.54
HSL 67.29º 0.83% 0.25% -
HSV(B) 67.29º 0.91% 0.46% -
XYZ 12.36 15.98 2.75 -
YUV 101.92 76.69 130.2 -
System Red Green Blue C M Y K H S L
Decimal 105 118 11 0.11 0 0.91 0.54 67.29 0.83 0.25
Hex 69 76 B B 0 5B 36 43 53 19
Octal 151 166 13 13 0 133 66 103 123 31
Binary 1101001 1110110 1011 1011 0 1011011 110110 1000011 1010011 11001

Color Harmonies of #69760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69760B

Black with #69760B

Text Example


Text Example

White with #69760B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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